init
This commit is contained in:
commit
9c96c9f828
11 changed files with 2239 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "pixel_fight_rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.50"
|
||||
clap = { version = "3.2.20", features = ["derive"] }
|
||||
rand = "0.8.5"
|
||||
rayon = "1.5.3"
|
||||
ron = "0.8.0"
|
||||
serde = { version = "1.0.144", features = ["derive"] }
|
||||
speedy2d = "1.8.0"
|
Loading…
Add table
Add a link
Reference in a new issue