Add chapter 2.1-end

This commit is contained in:
2022-01-25 13:51:01 +01:00
commit d52638c282
18 changed files with 2272 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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]
rltk = {version = "0.8.0"}
specs = "0.17.0"
specs-derive = "0.4.1"