diff options
author | 2019-09-03 00:59:49 +0200 | |
---|---|---|
committer | 2019-09-03 00:59:56 +0200 | |
commit | e1ff3f8a97be35be1f867e704b08f2cb168242de (patch) | |
tree | a29f6ed0de7e2fc408e5b4a82e4ebb297559bdb4 /Cargo.toml | |
parent | c7956cf526a748dac88f6619488f6ee49ff53331 (diff) | |
download | iced-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |