From e601e86535575da2a5f9be24cae22fa93d86a00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 17 Dec 2021 12:38:53 +0200 Subject: [PATCH] examples: Update to glium 0.31 --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 77e98a7e30ce..2c17c5b3a017 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" chrono = "0.4.19" once_cell = "1.5" -glium = { version = "0.30.1", optional = true, default-features = false } +glium = { version = "0.31", optional = true, default-features = false } epoxy = { version = "0.1.0", optional = true } libloading = { version = "0.7.0", optional = true }