This commit is contained in:
Jaroslaw Konik 2025-05-15 07:00:00 +02:00
parent e654c7fa30
commit 8245f14737

View file

@ -31,9 +31,8 @@ mlua = { version = "0.9.8", features = [
"vendored",
"send",
], optional = true }
magnus = { version = "0.7.1", optional = true, features = ["embed", "rb-sys"] }
magnus = { version = "0.7.1", optional = true, features = ["embed"] }
crossbeam-channel = "0.5.15"
rb-sys = "0.9.114"
[[example]]
name = "call_function_from_rust_rhai"