diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" } |