Second floor please

This commit is contained in:
Michael Smith
2021-11-15 22:44:36 +01:00
parent 28ca42a65c
commit 4f543d7298
4 changed files with 138 additions and 12 deletions

View File

@@ -6,5 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tcod = { git = "https://github.com/tomassedovic/tcod-rs" }
tcod = { git = "https://github.com/tomassedovic/tcod-rs", features = ["serialization"] }
rand = "0.3.9"
serde = { version = "*", features = ["derive"] }
serde_json = "*"