Files
VashCaster/vash_caster/Cargo.toml
Wesley Irvin 70f2c25717 Draft 01/27/2024
This is a draft of the codebase on the date reflected above.
2024-01-27 15:58:41 -05:00

12 lines
269 B
TOML

[package]
name = "vash_caster"
version = "0.1.0"
edition = "2021"
default-run = "vash_caster"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sdl2 = { version = "0.36", features = ["gfx"] }
rand = "0.8"