Skip to content

Commit 5dbddbb

Browse files
committed
fix builds
1 parent 7b67583 commit 5dbddbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ serde = {version = "1", features = ["derive"]}
8181
# bevy (Android)
8282
[target.'cfg(target_os = "android")'.dependencies]
8383
android_logger = "0.9"
84+
log = "0.4"
8485
ndk-glue = {version = "0.2", features = ["logger"]}
8586

8687
[[example]]

crates/bevy_log/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bevy_app = { path = "../bevy_app", version = "0.3.0" }
1818
bevy_utils = { path = "../bevy_utils", version = "0.3.0" }
1919

2020
tracing-subscriber = "0.2.15"
21-
tracing-chrome = { git = "https://github.com/superdump/tracing-chrome", branch = "name.fields", optional = true}
21+
tracing-chrome = { version = "0.2.0", optional = true }
2222

2323
[target.'cfg(target_arch = "wasm32")'.dependencies]
2424
console_error_panic_hook = "0.1.6"

0 commit comments

Comments
 (0)