From 00a79890fb6e7fb3b1f12e1aa9ce23affe5dbe16 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Fri, 21 Feb 2020 14:23:40 +0900 Subject: [PATCH] Update glium and glutin to latest stable releases No code changes needed this time, phew :) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.25.1