Draft 01/27/2024
This is a draft of the codebase on the date reflected above.
This commit is contained in:
11
vash_caster/Cargo.toml
Normal file
11
vash_caster/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user