Cargo Features

[dependencies]
bevy_oxr = { version = "0.1.0", default-features = false, features = ["linked"] }
default = linked

These default features are set whenever bevy_oxr is added without default-features = false somewhere in the dependency tree.

Enables mint of openxr ^0.17.1

linked default

Enables linked of openxr ^0.17.1

bevy_oxr has 2 features without comments.