From 5f9953b01a5ad4214f1e9a4ff8019ad79c7de2e7 Mon Sep 17 00:00:00 2001 From: Huanzo Date: Sat, 26 Jan 2019 15:39:14 +0100 Subject: [PATCH] updated glutin to newest version with fix for WindowEvent::HoveredFile and WindowEvent::HoveredFileCancelled --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58ccc1b..4e560a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ categories = ["rendering"] readme = "README.md" [dependencies] -glutin = "0.17.0" +glutin = "0.19.0" gl = "0.10.0" rustic_gl = "0.3.2"