Skip to content

Commit

Permalink
Update gl_generate to 0.7 (#34)
Browse files Browse the repository at this point in the history
* Update gl_generate to 0.7

This is required for projects using gfx_gl to be run when compiled with release flag using nightly version of rustc starting with 19. november 2k17.

brendanzab/gl-rs#438

* Update Cargo.toml
  • Loading branch information
McGittyHub authored and kvark committed Dec 2, 2017
1 parent cf15541 commit b61de02
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
Expand Up @@ -15,7 +15,7 @@
[package]

name = "gfx_gl"
version = "0.3.2"
version = "0.4.0"
build = "build.rs"
description = "OpenGL bindings for gfx, based on gl-rs"
homepage = "https://github.com/gfx-rs/gfx_gl"
Expand All @@ -28,4 +28,4 @@ name = "gfx_gl"
path = "src/lib.rs"

[build-dependencies]
gl_generator = "0.5"
gl_generator = "0.7"

0 comments on commit b61de02

Please sign in to comment.