Skip to content

Commit

Permalink
Update glium to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Dec 12, 2021
1 parent f5a1db2 commit 8cfd2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -10,10 +10,10 @@ documentation = "https://docs.rs/glium-glyph"
exclude = ["fonts/**"]

[dependencies]
glium = { version = "0.30", default-features = false }
glium = { version = "0.31", default-features = false }
#glium = { path = "../glium", default-features = false }
glyph_brush = "0.6"

[dev-dependencies]
glium = "0.30"
glium = "0.31"
#glium = { path = "../glium" }

0 comments on commit 8cfd2f7

Please sign in to comment.