Skip to content

Commit ac82bcc

Browse files
committed
bump bevy console
1 parent 1dfe12e commit ac82bcc

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

Cargo.toml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ bevy_mod_scripting_common = { path = "crates/bevy_mod_scripting_common", version
7878
bevy = { workspace = true, default-features = true }
7979
clap = { version = "4.1", features = ["derive"] }
8080
rand = "0.8.5"
81-
bevy_console = "0.12"
81+
bevy_console = "0.13"
8282
rhai-rand = "0.1"
8383

8484
[workspace]
@@ -111,26 +111,25 @@ codegen-units = 8
111111
incremental = false
112112
debug = 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]]
136135
name = "complex_game_loop_lua"

0 commit comments

Comments
 (0)