Update ggez example to FontCache changes

This commit is contained in:
Héctor Ramón Jiménez 2019-09-03 00:59:49 +02:00
parent c7956cf526
commit e1ff3f8a97
2 changed files with 9 additions and 9 deletions

View file

@ -19,4 +19,4 @@ twox-hash = "1.5"
winit = { version = "0.20.0-alpha3", optional = true }
[dev-dependencies]
ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" }
ggez = { version = "0.5", git = "https://github.com/hecrj/ggez.git", branch = "font-cache" }