From f9de39ddaa3020a9585b1648afb0ead45dfd7aa9 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 19 Sep 2019 15:01:12 +0200 Subject: Unify `web` and `ggez` tour examples :tada: --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 07a4e9ac..51c7305a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,13 +24,8 @@ twox-hash = "1.5" # Enable to obtain conversion traits 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" } - [workspace] members = [ "web", - "web/examples/tour", + "examples/tour", ] -- cgit