Skip to content

Commit 951dcdf

Browse files
Update ndk-glue requirement from 0.5 to 0.7
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...cargo-apk-0.7.0) --- updated-dependencies: - dependency-name: ndk-glue dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 619c30c commit 951dcdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_asset/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ wasm-bindgen-futures = "0.4"
4040
js-sys = "0.3"
4141

4242
[target.'cfg(target_os = "android")'.dependencies]
43-
ndk-glue = { version = "0.5" }
43+
ndk-glue = { version = "0.7" }
4444

4545
[dev-dependencies]
4646
futures-lite = "1.4.0"

crates/bevy_internal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ bevy_gilrs = { path = "../bevy_gilrs", optional = true, version = "0.8.0-dev" }
100100
[target.'cfg(target_os = "android")'.dependencies]
101101
# This version *must* be the same as the version used by winit,
102102
# or Android will break: https://github.com/rust-windowing/winit#android
103-
ndk-glue = {version = "0.5", features = ["logger"]}
103+
ndk-glue = {version = "0.7", features = ["logger"]}

0 commit comments

Comments
 (0)