All Versions
87
Latest Version
Avg Release Cycle
88 days
Latest Release
635 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.