From e9739513237b9c613ec47a83a420de2fca8f72d7 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sat, 14 Dec 2024 19:05:36 -0800 Subject: [PATCH] Add ndk-glue to dev-dependencies --- openxr/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openxr/Cargo.toml b/openxr/Cargo.toml index 63bc7fe..4c137ad 100644 --- a/openxr/Cargo.toml +++ b/openxr/Cargo.toml @@ -29,6 +29,9 @@ libloading = { version = "0.8", optional = true } ash = { version = "0.38", default-features = false, features = ["loaded"] } ctrlc = "3.1.5" +[target.'cfg(target_os = "android")'.dev-dependencies] +ndk-glue = "0.7" + [target.'cfg(target_os = "android")'.dependencies] ndk-context = "0.1"