Skip to content

Commit

Permalink
Glutin version 0.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Feb 12, 2024
1 parent ad19d25 commit 6023916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# Version 0.31.3

- Change `Surface` to be `Send`. This makes it consistent with the context, so now they are both `Send` but not `Sync`.

# Version 0.31.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A low-level library for OpenGL context creation.

```toml
[dependencies]
glutin = "0.31.2"
glutin = "0.31.3"
```

## [Documentation](https://docs.rs/glutin)
Expand Down
2 changes: 1 addition & 1 deletion glutin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glutin"
version = "0.31.2"
version = "0.31.3"
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl", "egl"]
Expand Down

0 comments on commit 6023916

Please sign in to comment.