Skip to content
Snippets Groups Projects
Commit 63a0bfc0 authored by Jerome Humbert's avatar Jerome Humbert
Browse files

Add `menu` example to Cargo.toml

parent 04cc56da
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@ features = [ "render" ]
[dev-dependencies]
bevy-inspector-egui = "0.8"
[[example]]
name = "menu"
required-features = [ "bevy/bevy_winit" ]
[[example]]
name = "colormaterial_color"
required-features = [ "bevy/bevy_winit" ]
......
......@@ -328,7 +328,6 @@ impl<T> Tweenable<T> for Tracks<T> {
}
}
/// A collection of [`Tweenable`] executing in parallel.
pub struct Delay {
timer: Timer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment