ggez v0.4.2 Release Notes

  • โž• Added

    • Added a feature to enable or disable bzip2 zip file support
    • Lots of small documentation fixes and improvements thanks to lovely contributors
    • Added termhn's ggez_snake to the examples, 'cause it's awesome
    • Added timer::get_remaining_update_time() to let you easily do sub-frame timing for interpolation and such.
    • Many small improvements and cleanups

    ๐Ÿ”„ Changed

    • Version bumped lots of dependencies: zip, rand, rodio, rusttype
    • Switched to the app_dirs2 crate to avoid a bug in upcoming rustc change

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    ๐Ÿ›  Fixed