Cargo Features
bevy_touch_camera has no features set by default.
[dependencies]
bevy_touch_camera = { version = "0.1.2", features = ["example"] }
- default
-
These default features are set whenever
bevy_touch_camera
is added without
somewhere in the dependency tree.default-features = false Enables bevy_core_pipeline of bevy ^0.12.1
bevy:
Provides cameras and other basic render pipeline features
- example
-
Enables bevy_sprite, bevy_ui, bevy_winit, png and x11 of bevy ^0.12.1
bevy_touch_camera has 2 features without comments.