From e1ff3f8a97be35be1f867e704b08f2cb168242de Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 3 Sep 2019 00:59:49 +0200 Subject: Update `ggez` example to `FontCache` changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } -- cgit