Skip to content

Commit

Permalink
exclude lua54 feature from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Apr 5, 2024
1 parent 0856f2d commit b4be4a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/languages/bevy_mod_scripting_lua_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ bevy = { workspace = true, default-features = false }
bevy_mod_scripting = { path = "../../../.", features = [
"lua",
"lua_script_api",
"lua54",
] }
bevy_script_api = { path = "../../bevy_script_api" }
bevy_mod_scripting_lua = { path = "../bevy_mod_scripting_lua" }
Expand Down

0 comments on commit b4be4a1

Please sign in to comment.