Explain ggez personal fork in Cargo.toml

Fixes #13.
This commit is contained in:
Héctor Ramón Jiménez 2019-09-10 16:31:18 +02:00
parent e6f9b5a16e
commit 2913c64da3

View File

@ -25,4 +25,6 @@ twox-hash = "1.5"
winit = { version = "0.20.0-alpha3", optional = true }
[dev-dependencies]
# A personal `ggez` fork that introduces a `FontCache` type to measure text
# efficiently and fixes HiDPI issues.
ggez = { version = "0.5", git = "https://github.com/hecrj/ggez.git" }