SolarLiner / bevy-kira-components

Experimental Bevy <-> Kira integration crate
https://solarliner.dev/bevy-kira-components/bevy_kira_components/
MIT License
9 stars 6 forks source link

Update to Bevy 0.14.0-rc.2 #21

Closed BD103 closed 3 months ago

BD103 commented 3 months ago

Description

Bevy is on the release track for 0.14! 🎉 In preparation for this, 0.14.0-rc.2 has been released for crates to begin migrating early. Many popular plugins have already released their own release candidates that track this version.

This PR updates the entire repository to track the latest release candidate, in hopes of making migration to 0.14 easier. :)

If possible, it would be great if this change was released for bevy-kira-components as 0.2.0-rc.2 so that downstream users can migrate their apps too.

Finally, this also updates Kira to 0.9 on https://crates.io, since it has finally been released.

Breaking changes