Skip to content

Commit

Permalink
Bump egl and glx sys crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov authored Jul 30, 2022
1 parent 9cf99a2 commit a3009f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glutin_egl_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glutin_egl_sys"
version = "0.1.5"
version = "0.1.6"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The egl bindings for glutin"
repository = "https://github.com/rust-windowing/glutin"
Expand Down
2 changes: 1 addition & 1 deletion glutin_glx_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glutin_glx_sys"
version = "0.1.7"
version = "0.1.8"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The glx bindings for glutin"
repository = "https://github.com/rust-windowing/glutin"
Expand Down

0 comments on commit a3009f8

Please sign in to comment.