improve model rhai scripts legibility

This commit is contained in:
timurgordon
2025-05-22 17:55:08 +03:00
parent 99f5d16f31
commit 478f497316
6 changed files with 34 additions and 161 deletions

View File

@@ -19,6 +19,8 @@ rhai_wrapper = { path = "../../rhaj/rhai_wrapper" }
rhai = { version = "1.21.0", features = ["std", "sync", "decimal", "internals"] } # Added "decimal" feature, sync for Arc<Mutex<>>
adapter_macros = { path = "../adapter_macros" }
rhai_client_macros = { path = "../rhai_client_macros" }
strum = "0.26"
strum_macros = "0.26"
[features]
default = []
@@ -26,7 +28,6 @@ rhai = []
[dev-dependencies]
chrono = "0.4"
[[example]]
name = "calendar_example"
path = "examples/calendar_example/main.rs"