Skip to content

Commit 00a4a5c

Browse files
Update ndk-glue requirement from 0.5 to 0.6
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]>
1 parent f3b053d commit 00a4a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_asset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ wasm-bindgen-futures = "0.4"
3939
js-sys = "0.3"
4040

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

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

crates/bevy_internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ bevy_winit = { path = "../bevy_winit", optional = true, version = "0.5.0" }
7878
bevy_gilrs = { path = "../bevy_gilrs", optional = true, version = "0.5.0" }
7979

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

0 commit comments

Comments
 (0)