From 97364d49ed757ede1a237e4f452facbeb0a39f13 Mon Sep 17 00:00:00 2001 From: Imbris Date: Mon, 13 Jul 2020 01:14:32 -0400 Subject: [PATCH] Increment glutin version in Cargo.toml file --- voxygen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index b6b13df38f..d0cf1c1234 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -26,7 +26,7 @@ anim = { package = "veloren-voxygen-anim", path = "src/anim", default-features = gfx = "0.18.2" gfx_device_gl = { version = "0.16.2", optional = true } old_school_gfx_glutin_ext = "0.24" -glutin = "0.24.0" +glutin = "0.24.1" winit = { version = "0.22.2", features = ["serde"] } conrod_core = { git = "https://gitlab.com/veloren/conrod.git" } conrod_winit = { git = "https://gitlab.com/veloren/conrod.git" }