From b2ebf08805787f3d631be3148209a472ec48650c Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Mon, 19 May 2025 07:00:00 +0200 Subject: [PATCH] add example --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 832862c..0ab04f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,6 +159,11 @@ name = "call_function_from_rust_ruby" path = "examples/ruby/call_function_from_rust.rs" required-features = ["ruby"] +[[example]] +name = "current_entity_ruby" +path = "examples/ruby/current_entity.rs" +required-features = ["ruby"] + [dev-dependencies] tracing-subscriber = "0.3.18" mlua = { version = "0.9.8", features = ["luajit", "vendored", "send"] }