From d0aae5f30c87ead0ae12f27c020ad3169e525e4e Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 9 Jan 2023 14:44:08 +0200 Subject: [PATCH] fix(sdbclient): add features to bevy_mod_scripting --- sdbclient/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdbclient/Cargo.toml b/sdbclient/Cargo.toml index 563dfbf..f4d4940 100644 --- a/sdbclient/Cargo.toml +++ b/sdbclient/Cargo.toml @@ -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"] } -- 2.44.1