From 51c0bc5acf94e9ff92094c444f936437b4dd6499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Feb 2022 01:31:02 +0000 Subject: [PATCH] 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](https://github.com/rust-windowing/android-ndk-rs/compare/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] --- crates/bevy_asset/Cargo.toml | 2 +- crates/bevy_internal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 7ba0cece7b7ac..4b1cd8b21b04e 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -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" diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index 6763b3117c31d..22cbc85ce229c 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -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"]}