Amethyst v0.15.3 Release Notes
Release Date: 2020-08-23 // about 3 years ago-
0.15.3 is the new 0.15.2
0.15.2 was published off the wrong commit. As fate would have it, the commit wasn't just trivially wrong, like a typo in a changelog...it was flat out broken. ๐คฆโโ๏ธ As we don't want any accidental use of it, 0.15.2 has been yanked from crates.io.
0.15.3 is the new 0.15.2 that actually works. Enjoy!
Previous changes from v0.15.2
-
Note
Please note that after the 0.15.x series Amethyst will switch from specs to legion for the ECS subsystem. This will be a significant breaking change.
๐ Changed
- ๐ท Internal CI improvements
- ๐ Recommend
cargo new pong
instead of deprecatedamethyst new pong
in the book tutorial (#2448)
๐ Fixed
- ๐ Fix
Camera::screen_ray
bug introduced in 0.15.1 (#2447)