summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-21 12:35:25 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-21 12:35:25 +0200
commit0eaffff422767b42b94acb58912e84e68a07c282 (patch)
tree3c195a29f94edb3cd62f8ed395a7f4a4688d8f40 /Cargo.toml
parent2b7ad3d50eae48b1963aa8e866e184c41133ca3d (diff)
downloadiced-0eaffff422767b42b94acb58912e84e68a07c282.tar.gz
iced-0eaffff422767b42b94acb58912e84e68a07c282.tar.bz2
iced-0eaffff422767b42b94acb58912e84e68a07c282.zip
Start implementing `ggez` example
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" }