Start implementing ggez example

This commit is contained in:
Héctor Ramón Jiménez 2019-07-21 12:35:25 +02:00
parent 2b7ad3d50e
commit 0eaffff422
5 changed files with 188 additions and 0 deletions

View file

@ -15,3 +15,6 @@ categories = ["gui"]
stretch = "0.2"
nalgebra = "0.18"
twox-hash = "1.3"
[dev-dependencies]
ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" }