Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit 8245f14737 - Show all commits

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"