Cargo Features

bevy_mod_scripting_functions has no features set by default.

[dependencies]
bevy_mod_scripting_functions = { version = "0.9.11", features = ["core_functions", "bevy_bindings", "lua_bindings", "rhai_bindings"] }
core_functions
bevy_bindings

Affects bevy_mod_scripting_functions::bevy_bindings

lua_bindings = bevy_mod_scripting_lua
rhai_bindings = bevy_mod_scripting_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.

bevy_mod_scripting_lua lua_bindings?
bevy_mod_scripting_rhai rhai_bindings?