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
7878bevy = { workspace = true , default-features = true }
7979clap = { version = " 4.1" , features = [" derive" ] }
8080rand = " 0.8.5"
81- bevy_console = " 0.12 "
81+ bevy_console = " 0.13 "
8282rhai-rand = " 0.1"
8383
8484[workspace ]
@@ -111,26 +111,25 @@ codegen-units = 8
111111incremental = false
112112debug = false
113113
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+ ]
134133
135134[[example ]]
136135name = " complex_game_loop_lua"
You can’t perform that action at this time.
0 commit comments