All Versions
87
Latest Version
Avg Release Cycle
88 days
Latest Release
237 days ago
Changelog History
Page 1
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.
- โ Added
-
v0.30.0 Changes
June 23, 2021- ๐ Updated glutin to version 0.30.0. See the glutin release notes here.
- Replaced unmaintained
rental
withouroboros
. - ๐ 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
implementCopy
andClone
. - ๐ Use
$crate::uniform!
internally. - Implemented
From
instead ofInto
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.