From c583a2174d28878a6b1a31288e80b96fac62e799 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 4 Sep 2019 11:09:57 +0200 Subject: Improve tour example --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 82279f05..1c139e61 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.git", branch = "font-cache" } +ggez = { version = "0.5", git = "https://github.com/hecrj/ggez.git" } -- cgit