From 093a7f271ca386cc7728abdc7d9892e25667fdef Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 3 Feb 2024 07:32:05 -0800 Subject: [PATCH] Features --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d3a8bd6..1d25249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,9 @@ log = "0.4.20" log4rs = { version = "1.2.0", features = ["console_appender"] } rhai = { version = "1.17.0", features = [ "f32_float", + "only_i32", "metadata", "sync", "no_custom_syntax", + "no_closure", ] }