summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-06-16 05:46:46 -0500
committertom barrett <spalf0@gmail.com>2019-06-16 05:46:46 -0500
commit4cbbf41696dfc76c5a2f758aaa994466a852a489 (patch)
tree8547d57aa2100a6086f63655233726e35d37acf6 /Cargo.toml
parent895dd470ecf26faa2db3ba7faf5d02b2ae220d5c (diff)
created new parser
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c44e3eb..4059fdd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,5 +6,4 @@ edition = "2018"
[dependencies]
ggez = "0.5.0-rc.2"
-rand = "0.7.0-pre.1"
-tiled = "0.8.0"
+xml-rs = "0.8"