Skip to content

Commit

Permalink
Merge pull request #2082 from est31/master
Browse files Browse the repository at this point in the history
Release 0.33.0
  • Loading branch information
est31 committed Nov 1, 2023
2 parents d55006c + 1676f0d commit 74a36a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## Version 0.33.0 (2022-11-1)

- Add `read` methods for `Unsigned` textures
- Add `gl::HALF_FLOAT` to `bind_attribute`
- Lowered version check for `gl_PointSize` from 3.0 to 2.0
- Added Dynamic Uniform based on `HashMap`.
- Updated glutin to version 0.30.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0300).

## Version 0.32.1 (2022-07-31)

- Bugfix release to not panic when given multiple vertex attributes with unspecified location numbers.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glium"
version = "0.32.1"
version = "0.33.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = """
Elegant and safe OpenGL wrapper.
Expand Down

0 comments on commit 74a36a8

Please sign in to comment.