Skip to content

Commit

Permalink
Add ndk-glue to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Dec 15, 2024
1 parent 4703b18 commit e973951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e973951

Please sign in to comment.