Update to glium 0.23 and glutin 0.21
authorBernie Innocenti <codewiz@google.com>
Mon, 5 Aug 2019 20:26:51 +0000 (16:26 -0400)
committerBernie Innocenti <codewiz@google.com>
Mon, 5 Aug 2019 20:26:51 +0000 (16:26 -0400)
Also switched to the latest release of the image crate (currently 0.22.1).

Cargo.toml

index 72fc70e60a4fa909727dbec6429822f2d3445960..114864e83fbc92114ccc098978c9a08ff4c9d614 100644 (file)
@@ -15,9 +15,9 @@ opt-level = 3
 [dependencies]
 cgmath = "*"
 #gleam = "*"
-glium = "0.22"
-glutin = "0.18"
-image = { version = "0.20", features = ["png_codec"], optional = true }
+glium = "0.23"
+glutin = "0.21"
+image = { version = "*", features = ["png_codec"], optional = true }
 libxm = "1.0.0"
 rust-rocket = { path = "rust-rocket", optional = true }
 rand = "*"