Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
members = ["generator", "sys", "openxr"]
resolver = "2"
5 changes: 5 additions & 0 deletions openxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ libloading = { version = "0.7", optional = true }
[dev-dependencies]
ash = { version = "0.37", default-features = false, features = ["loaded"] }
ctrlc = "3.1.5"
wgpu = { version = "0.13.1", features = ["spirv"] }
wgpu-hal = "0.13.2"

[target.'cfg(target_os = "android")'.dependencies]
ndk-context = "0.1"
Expand All @@ -43,6 +45,9 @@ name = "vulkan-android"
path = "examples/vulkan.rs"
crate-type = ["cdylib"]

[[example]]
name = "wgpu"

# The following manifest metadata is used by cargo-apk to configure the example Android app for the Oculus Quest 1 and Quest 2.
# It does not affect the openxr crate.
[package.metadata.android]
Expand Down
Loading