16 lines
410 B
TOML
16 lines
410 B
TOML
[package]
|
|
name = "genetic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
macroquad = "0.3.24"
|
|
nalgebra = { version = "0.31.1", features = ["rand", "serde-serialize"] }
|
|
rand = "0.8.5"
|
|
rand_distr = "0.4.3"
|
|
serde = { version = "1.0.152", features = ["derive"] }
|
|
serde_json = "1.0.91"
|
|
tinyfiledialogs = "3.9.1"
|