Files
roguelike/Cargo.toml
Alex Csengery f8a9cc5d75 Initial-ish commit
The first commit following this tutorial. My plan was to commit and push
after each section, but I've already done two. Ooops.

I'll be better from here on out, I promise.
2024-01-16 22:29:34 -05:00

9 lines
191 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"