From dd53937ddd1bcf703edbba8f394a5acb4e98015e Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 4 Nov 2020 17:12:21 +0800 Subject: [PATCH] f32_float for no-std example. --- no_std/no_std_test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/no_std/no_std_test/Cargo.toml b/no_std/no_std_test/Cargo.toml index 723cbdfc..cd151bad 100644 --- a/no_std/no_std_test/Cargo.toml +++ b/no_std/no_std_test/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/jonathandturner/rhai/tree/no_std/no_std_test" repository = "https://github.com/jonathandturner/rhai" [dependencies] -rhai = { path = "../../", features = [ "no_std", "unchecked", "only_i32", "no_module" ], default_features = false } +rhai = { path = "../../", features = [ "no_std", "unchecked", "only_i32", "f32_float", "no_module" ], default_features = false } wee_alloc = { version = "0.4.5", default_features = false } [profile.dev]