From 2913c64da3452d1fbf92384e4ff32c278fb383f8 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 10 Sep 2019 16:31:18 +0200 Subject: Explain `ggez` personal fork in `Cargo.toml` Fixes #13. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ae13cd97..1e806b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit