Skip to content

Commit

Permalink
add feature
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Apr 5, 2024
1 parent d6182ed commit bb5ddb7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/macro_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ debug = false
[dev-dependencies]
trybuild = "1.0"
bevy = { version = "0.13.1", default-features = false }
bevy_mod_scripting = { path = "../../", features = ["lua", "lua_script_api"] }
bevy_mod_scripting = { path = "../../", features = [
"lua",
"lua_script_api",
"lua54",
] }
bevy_script_api = { path = "../bevy_script_api" }
bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua" }
bevy_mod_scripting_core = { path = "../bevy_mod_scripting_core" }

0 comments on commit bb5ddb7

Please sign in to comment.