From c31b01b051e4bd9f0ec21811656aa09ff24826d8 Mon Sep 17 00:00:00 2001 From: Forest Date: Sun, 8 Sep 2019 11:15:46 -0400 Subject: [PATCH] Bumped version --- voxygen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 324c4ab18d..1974dfac48 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -18,7 +18,7 @@ server = { package = "veloren-server", path = "../server" } # Graphics gfx = "0.18.1" -gfx_device_gl = { version = "0.16.1", optional = true } +gfx_device_gl = { version = "0.16.2", optional = true } gfx_window_glutin = "0.31.0" glutin = "0.21.0" winit = { version = "0.19.1", features = ["serde"] }