File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [submodule "sys/OpenXR-SDK-Source "]
2- path = sys/OpenXR-SDK-Source
3- url = https://github.com/KhronosGroup/OpenXR-SDK-Source .git
1+ [submodule "sys/OpenXR-SDK "]
2+ path = sys/OpenXR-SDK
3+ url = https://github.com/KhronosGroup/OpenXR-SDK.git
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ fn main() {
2525 args. next ( ) . unwrap ( ) ;
2626 let mut source = File :: open ( args. next ( ) . map ( PathBuf :: from) . unwrap_or_else ( || {
2727 Path :: new ( env ! ( "CARGO_MANIFEST_DIR" ) )
28- . join ( "../sys/OpenXR-SDK-Source /specification/registry/xr.xml" )
28+ . join ( "../sys/OpenXR-SDK/specification/registry/xr.xml" )
2929 } ) )
3030 . expect ( "failed to open registry XML file" ) ;
3131 // Hack around leading garbage in 1.0 revision of XML
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "openxr-sys"
33description = " OpenXR FFI bindings"
44repository = " https://github.com/Ralith/openxrs"
55readme = " ../README.md"
6- version = " 0.6.2 "
6+ version = " 0.6.4 "
77authors = [" Benjamin Saunders <ben.e.saunders@gmail.com>" ]
88categories = [" external-ffi-bindings" , " rendering" ]
99keywords = [" openxr" , " vr" ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#[ cfg( feature = "static" ) ]
22fn main ( ) {
3- let dst = cmake:: Config :: new ( "OpenXR-SDK-Source " )
3+ let dst = cmake:: Config :: new ( "OpenXR-SDK" )
44 . define ( "BUILD_API_LAYERS" , "OFF" )
55 . define ( "BUILD_TESTS" , "OFF" )
66 . define ( "OpenGL_GL_PREFERENCE" , "GLVND" )
77 . define ( "DYNAMIC_LOADER" , "OFF" )
8+ . define ( "CMAKE_INSTALL_LIBDIR" , "lib" )
89 . build ( ) ;
910
1011 println ! ( "cargo:rustc-link-search=native={}/lib" , dst. display( ) ) ;
You can’t perform that action at this time.
0 commit comments