From 3a65b912bc16c80e57d0c39006e5acbf19c9431e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jul 2021 22:55:12 +0000 Subject: [PATCH] Update ndk-glue requirement from 0.2 to 0.3 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-v0.2.0...ndk-glue-0.3.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 8854bdfc02c7e..b951a5e697d5d 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -44,4 +44,4 @@ wasm-bindgen-futures = "0.4" js-sys = "0.3" [target.'cfg(target_os = "android")'.dependencies] -ndk-glue = { version = "0.2" } +ndk-glue = { version = "0.3" } diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index d4556746d3508..4fcaefc18166f 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -72,4 +72,4 @@ bevy_winit = { path = "../bevy_winit", optional = true, version = "0.4.0" } bevy_gilrs = { path = "../bevy_gilrs", optional = true, version = "0.4.0" } [target.'cfg(target_os = "android")'.dependencies] -ndk-glue = {version = "0.2", features = ["logger"]} +ndk-glue = {version = "0.3", features = ["logger"]}