0.11.0
2024 年 7 月 26 日
0.10.0
2024 年 2 月 23 日
0.9.3
2022 年 10 月 8 日
0.9.1
2021 年 12 月 23 日
0.2.2
2019 年 3 月 25 日
在 渲染 中排名第 113
Download history • Rust 包仓库
169/week @ 2024-04-14 • Rust 包仓库
96/week @ 2024-04-21 • Rust 包仓库
95/week @ 2024-04-28 • Rust 包仓库
69/week @ 2024-05-05 • Rust 包仓库
102/week @ 2024-05-12 • Rust 包仓库
134/week @ 2024-05-19 • Rust 包仓库
89/week @ 2024-05-26 • Rust 包仓库
141/week @ 2024-06-02 • Rust 包仓库
81/week @ 2024-06-09 • Rust 包仓库
120/week @ 2024-06-16 • Rust 包仓库
95/week @ 2024-06-23 • Rust 包仓库
39/week @ 2024-06-30 • Rust 包仓库
51/week @ 2024-07-07 • Rust 包仓库
210/week @ 2024-07-14 • Rust 包仓库
1326/week @ 2024-07-21 • Rust 包仓库
1637/week @ 2024-07-28 • Rust 包仓库
每月下载量 3,226 次 在 6 个crate中使用(通过 openxr )
1.5MB
31K SLoC
C++ 15K SLoC // 0.1% comments • Rust 包仓库
Rust 14K SLoC // 0.0% comments • Rust 包仓库
Python 1K SLoC // 0.2% comments • Rust 包仓库
C 409 SLoC // 0.3% comments • Rust 包仓库
Visual Studio Project 279 SLoC • Rust 包仓库
PowerShell 99 SLoC // 0.2% comments • Rust 包仓库
AsciiDoc 96 SLoC // 0.0% comments • Rust 包仓库
Bazel 34 SLoC • Rust 包仓库
Perl 5 SLoC • Rust 包仓库
Shell 1 SLoC • Rust 包仓库
openxr-sys
克隆
如果您可以,请使用以下命令克隆仓库: git clone -- recurse-submodules
.
如果您已经克隆了仓库但没有使用此选项,您必须从仓库中的任何位置运行: git submodule update -- init
.
更新 OpenXR SDK
更新 OpenXR-SDK git 子模块到一个新的提交哈希或标签:a. cd openxrs/sys/OpenXR-SDK
. b. git up < tag/xxx or hash>
. c. cd .. / ..
回到 openxrs
仓库根目录并检查子模块是否已更新(应该只有一行更改到看起来像是位于 openxrs/ sys/ OpenXR- SDK
的文件)。
cd generator ; cargo run -- bin generator
重新生成 sys
crate。
cd ..
回到 openxrs
仓库根目录。
cargo fmt && cargo build && cargo test
查找任何需要修复的问题。