awtterpip / bevy_oxr

Apache License 2.0
253 stars 39 forks source link

Make `openxr` features platform agnostic to fix `CMake error: ...` common issue. #28

Closed 2-3-5-41 closed 1 year ago

2-3-5-41 commented 1 year ago

This attempts to resolve the common issue with the CMake error: ... that people keep running into by making use of platform-specific dependency changes in the cargo.toml.

ForTehLose commented 1 year ago

as of this commit this builds and runs on windows.