From: Bernie Innocenti Date: Fri, 21 Feb 2020 05:23:40 +0000 (+0900) Subject: Update glium and glutin to latest stable releases X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=00a79890fb6e7fb3b1f12e1aa9ce23affe5dbe16;p=mandelwow.git Update glium and glutin to latest stable releases No code changes needed this time, phew :) --- diff --git a/Cargo.toml b/Cargo.toml index 3ee753a..bd89f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }