All Versions
87
Latest Version
Avg Release Cycle
88 days
Latest Release
237 days ago

Changelog History
Page 1

  • v0.32.1 Changes

    July 31, 2022
    • ๐Ÿ›  Bugfix release to not panic when given multiple vertex attributes with unspecified location numbers.
  • v0.32.0 Changes

    July 30, 2022
    • ๐Ÿš€ Updated glutin to version 0.29.0. See the glutin release notes here.
    • ๐Ÿ‘Œ Support for location binding for Vertex attributes.
  • v0.31 Changes

    December 11, 2021
    • ๐Ÿš€ Updated glutin to version 0.31.0. See the glutin release notes here.
    • ๐Ÿ‘‰ Use mdbook for the book.
  • v0.30.2 Changes

    September 06, 2021
    • โž• Added depth and stencil buffer blitting.
    • โž• Added dual source blending.
    • Implemented AsUniformValue for Texture2d directly.
  • v0.30.1 Changes

    July 12, 2021
    • โž• Added ClientFormat::U1U5U5U5Reversed.
    • โšก๏ธ Updated ouroboros to 0.10.
  • v0.30.0 Changes

    June 23, 2021
    • ๐Ÿš€ Updated glutin to version 0.30.0. See the glutin release notes here.
    • Replaced unmaintained rental with ouroboros.
    • ๐Ÿ‘ Allow instancing on GLES3 or later.
    • ๐Ÿ‘Œ Support for importing and using Vulkan semaphores.
    • Made Content::read an unsafe API.
    • ๐Ÿ›  Modernized and fixed the third chapter of the tutorial.
  • v0.29.1 Changes

    April 22, 2021
    • โšก๏ธ Updated rand to 0.8.
    • โšก๏ธ Updated cgmath to 0.18.
    • ๐Ÿ‘ฏ Made UniformsStorage implement Copy and Clone.
    • ๐Ÿ‘‰ Use $crate::uniform! internally.
    • Implemented From instead of Into for some conversions.
  • v0.29.0 Changes

    December 15, 2020
    • ๐Ÿš€ Updated glutin to version 0.26.0. See the glutin release notes here.
    • โšก๏ธ Updated memoffset to 0.6.
    • โž• Added support for glPolygonOffset.
    • โž• Added support for loading SPIR-V shaders.
    • Switched to edition 2018.
    • ๐Ÿ‘ท Switched from Travis CI to Github Actions
  • v0.28.0 Changes

    October 03, 2020
    • ๐Ÿš€ Updated glutin to version 0.25.0. See the glutin release notes here.
    • Implemented atomic counters.
    • โž• Added CubeMapArrays support.
  • v0.27.0 Changes

    March 26, 2020
    • ๐Ÿš€ Updated glutin to version 0.24.0. See the glutin release notes here.