Cargo Features
[dependencies]
stereokit = { version = "0.16.9", default-features = false, features = ["physics", "linux-egl", "bevy_ecs", "bevy_reflect", "auto-hash-id-location"] }
- default = auto-hash-id-location
-
The
auto-hash-id-location
feature is set by default wheneverstereokit
is added without
somewhere in the dependency tree.default-features = false - physics
-
Enables physics of stereokit-sys
- linux-egl
-
Enables linux-egl of stereokit-sys
- bevy_ecs
-
Enables bevy_ecs ^0.10.1, bevy_ecs of stereokit-sys
- bevy_reflect
-
Enables bevy_reflect ^0.10.1, bevy_reflect of stereokit-sys
- auto-hash-id-location default
StereoKit has 6 features without comments.