Upgrade to Bevy 0.8
Upgrade to the latest released version 0.8.0 of Bevy. Add a new `bevy_asset` feature to enable animation of Bevy assets (types implementing the `Asset` trait). Bevy 0.8 does not contain `bevy_asset` in its defaul features, so this new feature reflects that new possibility to build Bevy and í½ Bevy Tweening without support for the `bevy_asset` crate. The new feature is enabled by default for discoverability and to prevent a behavior breaking change.
Showing
- CHANGELOG.md 6 additions, 5 deletionsCHANGELOG.md
- Cargo.toml 7 additions, 5 deletionsCargo.toml
- README.md 17 additions, 14 deletionsREADME.md
- benchmarks/Cargo.toml 1 addition, 1 deletionbenchmarks/Cargo.toml
- benchmarks/benches/lens.rs 6 additions, 6 deletionsbenchmarks/benches/lens.rs
- examples/colormaterial_color.rs 1 addition, 1 deletionexamples/colormaterial_color.rs
- examples/menu.rs 58 additions, 59 deletionsexamples/menu.rs
- examples/sequence.rs 1 addition, 1 deletionexamples/sequence.rs
- examples/sprite_color.rs 1 addition, 1 deletionexamples/sprite_color.rs
- examples/text_color.rs 3 additions, 5 deletionsexamples/text_color.rs
- examples/transform_rotation.rs 5 additions, 5 deletionsexamples/transform_rotation.rs
- examples/transform_translation.rs 1 addition, 1 deletionexamples/transform_translation.rs
- examples/ui_position.rs 4 additions, 4 deletionsexamples/ui_position.rs
- src/lens.rs 26 additions, 26 deletionssrc/lens.rs
- src/lib.rs 28 additions, 12 deletionssrc/lib.rs
- src/plugin.rs 23 additions, 12 deletionssrc/plugin.rs
Loading
Please register or sign in to comment