Releases: AnthonyTornetta/bevy_easy_compute
Releases · AnthonyTornetta/bevy_easy_compute
0.14.1
What's Changed
- Renderable buffers by @tombh in #15
- Check out
examples/game_of_life
andexamples/boids
to see how these can be used
- Check out
- Created system sets for end-users to properly order their systems by @AnthonyTornetta in #5
- Stricter pinning in Cargo.toml by @tombh in #9
- Added Cargo.lock to repo by @AnthonyTornetta in #10
- First simple tests by @tombh in #11
- 12 add clippy to GitHub ci by @AnthonyTornetta in #13
Special thanks to @tombh for their contributions!
New Contributors
Full Changelog: 0.14...0.14.1
0.14
What's Changed
- Updated bevy to 0.14 (and other dependencies to latest versions) by @AnthonyTornetta in #2
- Added support for asynchronous compute shader processing
Full Changelog: https://github.com/AnthonyTornetta/bevy_easy_compute/commits/0.14