From 009eba22497b716ee7b59e9a9efd3ebdfa739f41 Mon Sep 17 00:00:00 2001 From: Max de Danschutter Date: Mon, 9 Nov 2020 14:35:13 +0100 Subject: [PATCH] Update dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index deb2f4b..4a726e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ [dependencies] bitflags = "1.0" -glium = { version = "0.27", default-features = false, optional = true } +glium = { version = "0.28", default-features = false, optional = true } gfx = { version = "0.18", optional = true } imgui-sys = { version = "0.5.0", path = "imgui-sys" } lazy_static = "1.1"