Cargo Features
timeline_rs has no features set by default.
[dependencies]
timeline_rs = { version = "0.1.1", features = ["bevy", "bevy_example"] }
- bevy
-
Enables bevy ^0.13
WORKAROUND: should be [dev-dependencies] but it doesn't work as optional
- bevy_example = bevy_egui
-
Enables bevy ^0.13
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.
- bevy_egui bevy_example?
-
Enables bevy_egui ^0.26