Very early WIP implementation of swarm behavior in Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustic_swarm/Cargo.toml

12 lines
264 B

[package]
name = "rustic_swarm"
version = "0.1.1"
authors = ["Cpt.Captain <nilskoch94@gmail.com>"]
edition = "2018"
[dependencies]
rand = "0.6"
piston = "0.40.0"
piston2d-graphics = "0.29.0"
pistoncore-glutin_window = "0.52.0"
piston2d-opengl_graphics = "0.58.0"