summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-10 16:31:18 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-10 16:31:18 +0200
commit2913c64da3452d1fbf92384e4ff32c278fb383f8 (patch)
tree7905eab51e829b3bb455045f04b3a3011b547ffb /Cargo.toml
parente6f9b5a16e0b529c4d4cacd6d07e47577403ae39 (diff)
downloadiced-2913c64da3452d1fbf92384e4ff32c278fb383f8.tar.gz
iced-2913c64da3452d1fbf92384e4ff32c278fb383f8.tar.bz2
iced-2913c64da3452d1fbf92384e4ff32c278fb383f8.zip
Explain `ggez` personal fork in `Cargo.toml`
Fixes #13.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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" }