diff options
author | tom barrett <spalf0@gmail.com> | 2019-06-16 05:46:46 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-06-16 05:46:46 -0500 |
commit | 4cbbf41696dfc76c5a2f758aaa994466a852a489 (patch) | |
tree | 8547d57aa2100a6086f63655233726e35d37acf6 /Cargo.toml | |
parent | 895dd470ecf26faa2db3ba7faf5d02b2ae220d5c (diff) |
created new parser
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |