summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-03 00:59:49 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-03 00:59:56 +0200
commite1ff3f8a97be35be1f867e704b08f2cb168242de (patch)
treea29f6ed0de7e2fc408e5b4a82e4ebb297559bdb4 /Cargo.toml
parentc7956cf526a748dac88f6619488f6ee49ff53331 (diff)
downloadiced-e1ff3f8a97be35be1f867e704b08f2cb168242de.tar.gz
iced-e1ff3f8a97be35be1f867e704b08f2cb168242de.tar.bz2
iced-e1ff3f8a97be35be1f867e704b08f2cb168242de.zip
Update `ggez` example to `FontCache` changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9359a086..82279f05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }