Cargo Features
bevy_mod_scripting_core has no features set by default.
[dependencies]
bevy_mod_scripting_core = { version = "0.9.1", features = ["doc_always", "mlua_impls", "rhai_impls"] }
- doc_always
-
if enabled enables documentation updating in optimized builds
- mlua_impls = mlua
-
if enabled enables some common mlua trait implementations
- rhai_impls = 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.