diff options
author | 2019-09-10 16:31:18 +0200 | |
---|---|---|
committer | 2019-09-10 16:31:18 +0200 | |
commit | 2913c64da3452d1fbf92384e4ff32c278fb383f8 (patch) | |
tree | 7905eab51e829b3bb455045f04b3a3011b547ffb /Cargo.toml | |
parent | e6f9b5a16e0b529c4d4cacd6d07e47577403ae39 (diff) | |
download | iced-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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |