Update glium and glutin to latest stable releases
authorBernie Innocenti <bernie@codewiz.org>
Fri, 21 Feb 2020 05:23:40 +0000 (14:23 +0900)
committerBernie Innocenti <bernie@codewiz.org>
Fri, 21 Feb 2020 05:23:40 +0000 (14:23 +0900)
No code changes needed this time, phew :)

Cargo.toml

index 3ee753ad7d36bd9d75a9457556c8965f119d1a84..bd89f3be106179a08cbf92c65492bbcc3e299f66 100644 (file)
@@ -15,8 +15,8 @@ opt-level = 3
 [dependencies]
 cgmath = "*"
 #gleam = "*"
-glium = "0.26.0-alpha6"
-glutin = "0.22.0-alpha6"
+glium = "0.26.0"
+glutin = "0.23.0"
 image = { version = "*", features = ["png_codec"], optional = true }
 libxm = "1.0.0"
 rust-rocket = { path = "rust-rocket", optional = true }