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" }