1
1
[package ]
2
2
name = " bevy_mod_scripting"
3
- version = " 0.15.0 "
3
+ version = " 0.15.1 "
4
4
authors = [
" Maksymilian Mozolewski <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
@@ -74,8 +74,8 @@ bevy = { workspace = true }
74
74
bevy_math = { workspace = true }
75
75
bevy_reflect = { workspace = true }
76
76
bevy_mod_scripting_core = { workspace = true }
77
- bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.15.0 " , optional = true }
78
- bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.15.0 " , optional = true }
77
+ bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.15.1 " , optional = true }
78
+ bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.15.1 " , optional = true }
79
79
# bevy_mod_scripting_rune = { path = "crates/languages/bevy_mod_scripting_rune", version = "0.9.0-alpha.2", optional = true }
80
80
bevy_mod_scripting_functions = { workspace = true }
81
81
bevy_mod_scripting_derive = { workspace = true }
@@ -86,9 +86,9 @@ profiling = { version = "1.0" }
86
86
bevy = { version = " 0.16.0" , default-features = false }
87
87
bevy_math = { version = " 0.16.0" }
88
88
bevy_reflect = { version = " 0.16.0" }
89
- bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.15.0 " }
90
- bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.15.0 " , default-features = false }
91
- bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.15.0 " }
89
+ bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.15.1 " }
90
+ bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.15.1 " , default-features = false }
91
+ bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.15.1 " }
92
92
93
93
# test utilities
94
94
script_integration_test_harness = { path = " crates/testing_crates/script_integration_test_harness" }
@@ -99,7 +99,7 @@ bevy = { workspace = true, default-features = true, features = ["std"] }
99
99
clap = { version = " 4.1" , features = [" derive" ] }
100
100
rand = " 0.9.1"
101
101
criterion = { version = " 0.5" }
102
- ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.5.0 " }
102
+ ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.5.1 " }
103
103
script_integration_test_harness = { workspace = true }
104
104
test_utils = { workspace = true }
105
105
libtest-mimic = " 0.8"
0 commit comments