40 releases
Uses new Rust 2024
| 0.13.1 | Jan 15, 2026 |
|---|---|
| 0.12.0 | Dec 24, 2025 |
| 0.11.0 | Jul 26, 2024 |
| 0.10.0 | Feb 23, 2024 |
| 0.2.2 | Mar 25, 2019 |
#426 in Graphics APIs
30,434 downloads per month
Used in 13 crates
(2 directly)
2MB
40K
SLoC
openxr-sys
Cloning
If you can, clone the repo using git clone --recurse-submodules.
If you already cloned the repo without, you must run (from anywhere in the repo): git submodule update --init.
Updating the OpenXR SDK
- Update the OpenSR-SDK git submodule to a new commit hash or tag:
a.
cd openxrs/sys/OpenXR-SDK. b.git up <tag/xxx or hash>. c.cd ../..to get back to theopenxrsrepo root and check that the submodule is updated (should be a single line change to what looks like a file atopenxrs/sys/OpenXR-SDK). cd generator; cargo run --bin generatorto regenerate thesyscrate.cd ..to go back to theopenxrsrepo root`.cargo fmt && cargo build && cargo testto find any issues that need fixing.