asteroids-genetic/Cargo.toml

13 lines
303 B
TOML
Raw Normal View History

2022-10-08 13:15:07 +00:00
[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"
2022-10-09 19:46:27 +00:00
nalgebra = { version = "0.31.1", features = ["rand-no-std", "rand"] }
2022-10-09 18:14:22 +00:00
rand = "0.8.5"
rand_distr = "0.4.3"