Cargo Features

[dependencies]
openxr = { version = "0.18.0", default-features = false, features = ["static", "loaded", "linked", "mint"] }
default = loaded

The loaded feature is set by default whenever openxr is added without default-features = false somewhere in the dependency tree.

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.

libloading loaded