From 4b7d66ca13d763e8f1666c0d342cfd2857847f41 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 5 Aug 2019 16:26:51 -0400 Subject: [PATCH] Update to glium 0.23 and glutin 0.21 Also switched to the latest release of the image crate (currently 0.22.1). --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72fc70e..114864e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*" -- 2.25.1