Increment glutin version in Cargo.toml file

This commit is contained in:
Imbris 2020-07-13 01:14:32 -04:00
parent 77b1c5621e
commit 68917587dc

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