Skip to content

Commit f5e6ba1

Browse files
committedMar 20, 2019
Fixed static linking, pointer loading, cleanup
1 parent 8e3f4ac commit f5e6ba1

21 files changed

+2150
-640
lines changed
 

‎.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "static/OpenXR-SDK"]
2-
path = static/OpenXR-SDK
1+
[submodule "sys/OpenXR-SDK"]
2+
path = sys/OpenXR-SDK
33
url = https://github.com/KhronosGroup/OpenXR-SDK.git

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
members = ["generator", "sys", "static", "openxr"]
2+
members = ["generator", "sys", "openxr"]

0 commit comments

Comments
 (0)
Please sign in to comment.