Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Amethyst 0.15.2 source code.tar.gz | 2020-08-22 | 34.2 MB | |
Amethyst 0.15.2 source code.zip | 2020-08-22 | 34.5 MB | |
README.md | 2020-08-22 | 503 Bytes | |
Totals: 3 Items | 68.7 MB | 0 |
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)