Skip to content

Commit

Permalink
Update glutin to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jul 30, 2022
1 parent 9565dc2 commit 3f726a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "old_school_gfx_glutin_ext"
# Version should be inline with glutin target version
version = "0.28.0"
version = "0.29.0"
authors = ["Alex Butler <[email protected]>"]
edition = "2018"
description = "Extensions for glutin to initialize & update old school gfx"
Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
readme="README.md"

[dependencies]
glutin = "0.28"
glutin = "0.29"
gfx_core = "0.9.2"
gfx_device_gl = "0.16.2"

Expand Down

0 comments on commit 3f726a4

Please sign in to comment.