Cargo Features
bevy_scriptum has no features set by default.
[dependencies]
bevy_scriptum = { version = "0.6.0", features = ["lua", "rhai"] }
- lua
-
Enables mlua ^0.9.8
Affects
runtimes::lua
… - rhai
-
Enables rhai
Affects
runtimes::rhai
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- mlua lua?
-
Enables mlua ^0.9.8