Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
    • Jerome Humbert's avatar
      Upgrade to Bevy 0.8 · 0b69cdb6
      Jerome Humbert authored
      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.
      0b69cdb6
  2. Jan 29, 2022
    • Jerome Humbert's avatar
      Expose sequences and active tweens · 2df0b91b
      Jerome Humbert authored
      Allow querying the active tween of a sequence. Use this to improve the
      `sequence` example with some text showing the current active tween and
      its progress.
      2df0b91b
  3. Jan 27, 2022
Loading