From 0eaffff422767b42b94acb58912e84e68a07c282 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 21 Jul 2019 12:35:25 +0200 Subject: Start implementing `ggez` example --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7f6b67c1..61995a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,6 @@ categories = ["gui"] stretch = "0.2" nalgebra = "0.18" twox-hash = "1.3" + +[dev-dependencies] +ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" } -- cgit