Releases: hajimehoshi/ebiten
Releases · hajimehoshi/ebiten
v1.11.5
v1.11.4
v1.11.3
v1.11.2
v1.11.1
v1.11.0
v1.10.5
v1.10.4
v1.10.3
- Bug fix
(*Image).Set
is ignored before the main loop when(*Image).DrawImage/DrawTriangles
is called after(*Image).Set
v1.10.2
- Bug fix
- Compile error with Go 1.14 (beta) for Wasm
- Avoid unnecessary copying: this is a performance improvement rather than a bug fix, but this was needed to pass on the test bots.