1
1
[package ]
2
2
name = " bevy_mod_scripting"
3
- version = " 0.9.10 "
3
+ version = " 0.9.11 "
4
4
authors = [
" Maksymilian Mozolewski <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
@@ -53,18 +53,18 @@ rhai = ["bevy_mod_scripting_rhai", "bevy_mod_scripting_functions/rhai_bindings"]
53
53
[dependencies ]
54
54
bevy = { workspace = true }
55
55
bevy_mod_scripting_core = { workspace = true }
56
- bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.9.10 " , optional = true }
57
- bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.9.10 " , optional = true }
56
+ bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.9.11 " , optional = true }
57
+ bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.9.11 " , optional = true }
58
58
# bevy_mod_scripting_rune = { path = "crates/languages/bevy_mod_scripting_rune", version = "0.9.0-alpha.2", optional = true }
59
59
bevy_mod_scripting_functions = { workspace = true }
60
60
bevy_mod_scripting_derive = { workspace = true }
61
61
62
62
[workspace .dependencies ]
63
63
profiling = { version = " 1.0" }
64
64
bevy = { version = " 0.15.2" , default-features = false }
65
- bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.9.10 " }
66
- bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.9.10 " , default-features = false }
67
- bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.9.10 " }
65
+ bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.9.11 " }
66
+ bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.9.11 " , default-features = false }
67
+ bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.9.11 " }
68
68
69
69
# test utilities
70
70
script_integration_test_harness = { path = " crates/testing_crates/script_integration_test_harness" }
@@ -77,7 +77,7 @@ rand = "0.8.5"
77
77
bevy_console = " 0.13"
78
78
# rhai-rand = "0.1"
79
79
ansi-parser = " 0.9"
80
- ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.2.4 " }
80
+ ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.2.5 " }
81
81
82
82
[workspace ]
83
83
members = [
0 commit comments