Skip to content

Commit

Permalink
Merge pull request #2094 from est31/master
Browse files Browse the repository at this point in the history
Release 0.34.0
  • Loading branch information
est31 committed Jan 3, 2024
2 parents ff77397 + 1e85ac7 commit af52f0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog

## Version 0.33.0 (2023-11-1)
## Version 0.34.0 (2024-01-03)

- Updated glutin to version 0.31.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0310).

## Version 0.33.0 (2023-11-01)

- Add `read` methods for `Unsigned` textures
- Add `gl::HALF_FLOAT` to `bind_attribute`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glium"
version = "0.33.0"
version = "0.34.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = """
Elegant and safe OpenGL wrapper.
Expand Down

0 comments on commit af52f0a

Please sign in to comment.