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