11[package ]
22name = " bevy_mod_scripting"
3- version = " 0.13 .0"
3+ version = " 0.14 .0"
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
@@ -74,8 +74,8 @@ bevy = { workspace = true }
7474bevy_math = { workspace = true }
7575bevy_reflect = { workspace = true }
7676bevy_mod_scripting_core = { workspace = true }
77- bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.13 .0" , optional = true }
78- bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.13 .0" , optional = true }
77+ bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.14 .0" , optional = true }
78+ bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.14 .0" , optional = true }
7979# bevy_mod_scripting_rune = { path = "crates/languages/bevy_mod_scripting_rune", version = "0.9.0-alpha.2", optional = true }
8080bevy_mod_scripting_functions = { workspace = true }
8181bevy_mod_scripting_derive = { workspace = true }
@@ -85,9 +85,9 @@ profiling = { version = "1.0" }
8585bevy = { version = " 0.16.0" , default-features = false }
8686bevy_math = { version = " 0.16.0" }
8787bevy_reflect = { version = " 0.16.0" }
88- bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.13 .0" }
89- bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.13 .0" , default-features = false }
90- bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.13 .0" }
88+ bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.14 .0" }
89+ bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.14 .0" , default-features = false }
90+ bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.14 .0" }
9191
9292# test utilities
9393script_integration_test_harness = { path = " crates/testing_crates/script_integration_test_harness" }
0 commit comments