summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 458c90d..f839457 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,8 @@ authors = ["tom barrett <spalf0@gmail.com>"]
edition = "2018"
[dependencies]
-ggez = "0.5.1"
+ggez = "0.7.0"
+glam = "0.20.2"
rand = "0.7.0"
xml-rs = "0.8.0"
serde = { version = "1.0.98", features = ["derive"] }