mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-09 16:27:28 +00:00
d5ff06ffb2
This tests being able to write an OpenXR application based on Wgpu (using the Vulkan HAL backend) for the Oculus Quest.
19 lines
383 B
TOML
19 lines
383 B
TOML
[workspace]
|
|
members = [
|
|
"android-activity"
|
|
]
|
|
|
|
exclude = [
|
|
"examples/agdk-mainloop",
|
|
"examples/agdk-winit-wgpu",
|
|
"examples/agdk-eframe",
|
|
"examples/agdk-egui",
|
|
"examples/agdk-oboe",
|
|
"examples/agdk-cpal",
|
|
"examples/na-mainloop",
|
|
"examples/na-winit-wgpu",
|
|
"examples/na-subclass-jni",
|
|
"examples/na-openxr-info",
|
|
"examples/na-openxr-wgpu"
|
|
]
|