Cargo Features

timeline_rs has no features set by default.

[dependencies]
timeline_rs = { version = "0.1.1", features = ["bevy", "bevy_example"] }
bevy

Enables bevy

WORKAROUND: should be [dev-dependencies] but it doesn't work as optional

bevy_example = bevy_egui

Enables bevy

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