cleanup
This commit is contained in:
parent
e654c7fa30
commit
8245f14737
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue