Skip to content

v1.0.3

Compare
Choose a tag to compare
@gucio321 gucio321 released this 25 Oct 08:15
· 284 commits to main since this release
34d1e6e

Summary

There is one important change here is that Garbage COllector no longer crashes your program when trying to free not-used textures.
You have to free them manually by calling (*Texture).Release

What's Changed

  • build(deps): bump github.com/hajimehoshi/ebiten/v2 from 2.8.0 to 2.8.1 by @dependabot in #346
  • build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #347
  • Change the SDL backend of SetCursor to accept global positions. by @Bradbev in #349
  • refactor(glfwbackend): move clear buffer before render loop by @anasrar in #348
  • README: Update by @gucio321 in #352
  • reame: Fix status badges by @gucio321 in #353
  • backend/texture: change default texture impl by @gucio321 in #354

New Contributors

Full Changelog: v1.0.2...v1.0.3