Skip to content

Commit

Permalink
Merge pull request #1639 from Bobo1239/master
Browse files Browse the repository at this point in the history
Update gl_generator (fixes build) + bump version
  • Loading branch information
tomaka committed Nov 5, 2017
2 parents d8dbb44 + e1556c1 commit d671f3a
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,6 +1,6 @@
[package]
name = "glium"
version = "0.18.0"
version = "0.18.1"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = """
Elegant and safe OpenGL wrapper.
Expand Down Expand Up @@ -44,7 +44,7 @@ smallvec = "0.4.2"
fnv = "1.0.5"

[build-dependencies]
gl_generator = "0.5.5"
gl_generator = "0.6"

[dev-dependencies]
cgmath = "0.15"
Expand Down

0 comments on commit d671f3a

Please sign in to comment.