- Nov 06, 2022
-
-
Jerome Humbert authored
Add a new `bevy_text` feature for more granular control over `Text`-related lenses, and change the `TextColorLens` to require that new feature instead of `bevy_ui`, as texts _can_ be used without the Bevy UI crate. Fixes #68
-
- Sep 21, 2022
-
-
Jerome Humbert authored
Upgrade `tarpaulin` to 0.21.0 to work around what looks like a bug in coverage report. Fixes #55
-
- Aug 04, 2022
-
-
Jerome Humbert authored
-
- Mar 19, 2022
-
-
Jerome Humbert authored
Enable minimal dependencies with new features `bevu_sprite` and `bevy_ui`, removing the `bevy/render` mandatory dependency. Those new features are enabled by default, and enable the built-in lenses for the related Bevy crates. The core `bevy_tweening` crate itself does not take any optional Bevy dependency anymore, allowing for a slim build with only the core Bevy functionalities.
-
- Feb 18, 2022
-
-
Jerome Humbert authored
Add code coverage via coveralls.io
-
- Feb 15, 2022
-
-
Jerome Humbert authored
Bevy 0.6.1 was released which fixes nightly builds. Re-add nightly toolchain to CI and remove the disclaimer from the README.
-
- Feb 12, 2022
-
-
Jerome Humbert authored
Bevy 0.6.0 is broken for nightly, which breaks all `docs.rs` builds. Remove nightly CI and add a README warning until this is fixed in 0.6.1.
-
- Jan 29, 2022
-
-
Jerome Humbert authored
-
Jerome Humbert authored
-