Files
roguelike/Cargo.toml
Alex Csengery eee0c23f5f Part 3: The Dungeon
Adding stuff to build the dungeon, rooms, and hallways between them.
2024-01-18 22:29:30 -05:00

11 lines
207 B
TOML

[package]
name = "roguelike"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tcod = "0.15"
rand = "0.3.9"