From 12f0d202b83f96016dbb17f72eac31ededde2608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Sun, 18 Oct 2020 19:39:27 +0200 Subject: [PATCH] Update glium so that rayon-demo runs on Gnome Wayland --- rayon-demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rayon-demo/Cargo.toml b/rayon-demo/Cargo.toml index b9a1b6273..1e4f557dc 100644 --- a/rayon-demo/Cargo.toml +++ b/rayon-demo/Cargo.toml @@ -10,7 +10,7 @@ rayon = { path = "../" } cgmath = "0.17" docopt = "1" fixedbitset = "0.3.0" -glium = "0.27.0" +glium = "0.28.0" lazy_static = "1" rand = "0.7" rand_xorshift = "0.2"