Change no_std sample to bare-bones.

This commit is contained in:
Stephen Chung
2020-07-22 11:43:58 +08:00
parent 16e8ef454f
commit 839738b97e
2 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ homepage = "https://github.com/jonathandturner/rhai/tree/master/no_std/no_std_te
repository = "https://github.com/jonathandturner/rhai"
[dependencies]
rhai = { path = "../../", features = [ "no_std" ], default_features = false }
rhai = { path = "../../", features = [ "no_std", "unchecked", "only_i32", "no_module" ], default_features = false }
wee_alloc = { version = "0.4.5", default_features = false }
[profile.dev]