rust_tutorial/Cargo.toml
2022-10-28 22:46:11 +11:00

12 lines
307 B
TOML

[package]
name = "hellorust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rltk = { git = "https://github.com/amethyst/bracket-lib" }
# rltk = { version = "0.8.7" }
specs = "0.18.0"
specs-derive = "0.4.1"