Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Nov 11, 2020
1 parent 7b67583 commit 5dbddbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ serde = {version = "1", features = ["derive"]}
# bevy (Android)
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.9"
log = "0.4"
ndk-glue = {version = "0.2", features = ["logger"]}

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bevy_app = { path = "../bevy_app", version = "0.3.0" }
bevy_utils = { path = "../bevy_utils", version = "0.3.0" }

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

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.6"
Expand Down

0 comments on commit 5dbddbb

Please sign in to comment.