Cargo Features
[dependencies]
openxr = { version = "0.19.0", default-features = false, features = ["static", "loaded", "linked", "mint"] }
- default = loaded
-
The
loaded
feature is set by default wheneveropenxr
is added without
somewhere in the dependency tree.default-features = false - static = linked
-
Enables static of openxr-sys
- loaded default = libloading
-
Affects
entry::LoadError
… - linked static?
-
Enables linked of openxr-sys
- mint
-
Enables mint of openxr-sys
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.