summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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" }