We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69e847 commit ba2ee38Copy full SHA for ba2ee38
crates/bevy_mod_scripting_functions/Cargo.toml
@@ -35,8 +35,8 @@ uuid = "1.11"
35
smol_str = "0.2.2"
36
bevy_mod_scripting_core = { workspace = true }
37
bevy_mod_scripting_derive = { workspace = true }
38
-bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true }
39
-bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true }
+bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true, version = "0.9.9" }
+bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true, version = "0.9.9" }
40
41
[lints]
42
workspace = true
0 commit comments