initial commit

using rltk
This commit is contained in:
Llywelwyn 2023-07-06 16:47:07 +01:00
parent 40a2ac07be
commit d3a09df7a8
29 changed files with 3323 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "rust-llyrl"
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.7" }
specs = "0.16.1"
specs-derive = "0.4.1"