Update ggez example to FontCache changes
This commit is contained in:
parent
c7956cf526
commit
e1ff3f8a97
2 changed files with 9 additions and 9 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue