File tree Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ bevy_mod_scripting_common = { path = "crates/bevy_mod_scripting_common", version
78
78
bevy = { workspace = true , default-features = true }
79
79
clap = { version = " 4.1" , features = [" derive" ] }
80
80
rand = " 0.8.5"
81
- bevy_console = " 0.12 "
81
+ bevy_console = " 0.13 "
82
82
rhai-rand = " 0.1"
83
83
84
84
[workspace ]
@@ -111,26 +111,25 @@ codegen-units = 8
111
111
incremental = false
112
112
debug = false
113
113
114
- # TODO: bump once bevy is released and the lib is updated
115
- # [[example]]
116
- # name = "console_integration_lua"
117
- # path = "examples/lua/console_integration.rs"
118
- # required-features = [
119
- # "lua54",
120
- # "lua_script_api",
121
- # "bevy/file_watcher",
122
- # "bevy/multi_threaded",
123
- # ]
124
-
125
- # [[example]]
126
- # name = "console_integration_rhai"
127
- # path = "examples/rhai/console_integration.rs"
128
- # required-features = [
129
- # "rhai",
130
- # "rhai_script_api",
131
- # "bevy/file_watcher",
132
- # "bevy/multi_threaded",
133
- # ]
114
+ [[example ]]
115
+ name = " console_integration_lua"
116
+ path = " examples/lua/console_integration.rs"
117
+ required-features = [
118
+ " lua54" ,
119
+ " lua_script_api" ,
120
+ " bevy/file_watcher" ,
121
+ " bevy/multi_threaded" ,
122
+ ]
123
+
124
+ [[example ]]
125
+ name = " console_integration_rhai"
126
+ path = " examples/rhai/console_integration.rs"
127
+ required-features = [
128
+ " rhai" ,
129
+ " rhai_script_api" ,
130
+ " bevy/file_watcher" ,
131
+ " bevy/multi_threaded" ,
132
+ ]
134
133
135
134
[[example ]]
136
135
name = " complex_game_loop_lua"
You can’t perform that action at this time.
0 commit comments