fix(sdbclient): add features to bevy_mod_scripting
1 files changed, 2 insertions(+), 1 deletions(-) M sdbclient/Cargo.toml
M sdbclient/Cargo.toml => sdbclient/Cargo.toml +2 -1
@@ 16,7 16,8 @@ bevy = { version = "0.9.1" } bevy_egui = "0.17" bevy-inspector-egui = "0.14.0" bevy_console = "0.5.0" bevy_mod_scripting = "0.2.1" bevy_mod_scripting = { version = "0.2.1", features = ["lua", "lua54", "lua_script_api"] } # http requests reqwest = { version = "0.11.13", features = ["blocking", "json"] }