Skip to content

Commit

Permalink
Update glium dependency to 0.26.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Jul 29, 2019
1 parent 2bc7823 commit 5091a3c
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 @@ -13,12 +13,12 @@ freetype-sys = "0.7"
libc = "0.2"

[dependencies.glium]
version = "0.25"
version = "0.26.0-alpha1"
default-features = false

[dev-dependencies]
cgmath = "0.16"

[dev-dependencies.glium]
version = "0.25"
version = "0.26.0-alpha1"
features = ["glutin"]

0 comments on commit 5091a3c

Please sign in to comment.