Ruby support #1

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

View file

@ -159,6 +159,11 @@ name = "call_function_from_rust_ruby"
path = "examples/ruby/call_function_from_rust.rs" path = "examples/ruby/call_function_from_rust.rs"
required-features = ["ruby"] required-features = ["ruby"]
[[example]]
name = "current_entity_ruby"
path = "examples/ruby/current_entity.rs"
required-features = ["ruby"]
[dev-dependencies] [dev-dependencies]
tracing-subscriber = "0.3.18" tracing-subscriber = "0.3.18"
mlua = { version = "0.9.8", features = ["luajit", "vendored", "send"] } mlua = { version = "0.9.8", features = ["luajit", "vendored", "send"] }