Add conversion functions for winit feature

This commit is contained in:
Héctor Ramón Jiménez 2019-09-01 05:28:19 +02:00
parent 6fbba6f4ee
commit c0083437eb
5 changed files with 195 additions and 6 deletions

View file

@ -14,6 +14,7 @@ categories = ["gui"]
[dependencies]
stretch = "0.2"
twox-hash = "1.5"
winit = { version = "0.20.0-alpha3", optional = true }
[dev-dependencies]
ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" }