updated glutin to newest version with fix for WindowEvent::HoveredFile and WindowEvent::HoveredFileCancelled

This commit is contained in:
Huanzo 2019-01-26 15:39:14 +01:00
parent 6836050f19
commit 5f9953b01a

View file

@ -12,6 +12,6 @@ categories = ["rendering"]
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
glutin = "0.17.0" glutin = "0.19.0"
gl = "0.10.0" gl = "0.10.0"
rustic_gl = "0.3.2" rustic_gl = "0.3.2"