Skip to content

Commit

Permalink
Update ndk-glue requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [ndk-glue](https://github.com/rust-windowing/android-ndk-rs) to permit the latest version.
- [Release notes](https://github.com/rust-windowing/android-ndk-rs/releases)
- [Commits](rust-mobile/ndk@ndk-glue-0.5.0...ndk-glue-0.6.0)

---
updated-dependencies:
- dependency-name: ndk-glue
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2022
1 parent 75286b8 commit 51c0bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wasm-bindgen-futures = "0.4"
js-sys = "0.3"

[target.'cfg(target_os = "android")'.dependencies]
ndk-glue = { version = "0.5" }
ndk-glue = { version = "0.6" }

[dev-dependencies]
futures-lite = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/bevy_internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ bevy_winit = { path = "../bevy_winit", optional = true, version = "0.6.0" }
bevy_gilrs = { path = "../bevy_gilrs", optional = true, version = "0.6.0" }

[target.'cfg(target_os = "android")'.dependencies]
ndk-glue = {version = "0.5", features = ["logger"]}
ndk-glue = {version = "0.6", features = ["logger"]}

0 comments on commit 51c0bc5

Please sign in to comment.