Placing items

This commit is contained in:
Michael Smith
2021-10-29 16:00:18 +02:00
parent b3431cbdf9
commit d3d0122065
3 changed files with 40 additions and 11 deletions

View File

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