1
1
[package ]
2
2
name = " bevy_mod_scripting"
3
- version = " 0.12.0 "
3
+ version = " 0.12.1 "
4
4
authors = [
" Maksymilian Mozolewski <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
@@ -76,18 +76,18 @@ profile_with_tracy = ["bevy/trace_tracy"]
76
76
[dependencies ]
77
77
bevy = { workspace = true }
78
78
bevy_mod_scripting_core = { workspace = true }
79
- bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.12.0 " , optional = true }
80
- bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.12.0 " , optional = true }
79
+ bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.12.1 " , optional = true }
80
+ bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.12.1 " , optional = true }
81
81
# bevy_mod_scripting_rune = { path = "crates/languages/bevy_mod_scripting_rune", version = "0.9.0-alpha.2", optional = true }
82
82
bevy_mod_scripting_functions = { workspace = true }
83
83
bevy_mod_scripting_derive = { workspace = true }
84
84
85
85
[workspace .dependencies ]
86
86
profiling = { version = " 1.0" }
87
87
bevy = { version = " 0.15.3" , default-features = false }
88
- bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.12.0 " }
89
- bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.12.0 " , default-features = false }
90
- bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.12.0 " }
88
+ bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.12.1 " }
89
+ bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.12.1 " , default-features = false }
90
+ bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.12.1 " }
91
91
92
92
# test utilities
93
93
script_integration_test_harness = { path = " crates/testing_crates/script_integration_test_harness" }
@@ -101,7 +101,7 @@ bevy_console = "0.13"
101
101
# rhai-rand = "0.1"
102
102
criterion = { version = " 0.5" }
103
103
ansi-parser = " 0.9"
104
- ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.3.2 " }
104
+ ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.3.3 " }
105
105
script_integration_test_harness = { workspace = true }
106
106
test_utils = { workspace = true }
107
107
libtest-mimic = " 0.8"
0 commit comments