summaryrefslogtreecommitdiff
path: root/meap/meap-code/ch6/ch6-particles/Cargo.toml
blob: e74db410187302e4af6e7335a0eda65d6645457d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ch6-particles"
version = "0.1.0"
authors = ["TS McNamara <code@timmcnamara.co.nz>"]

[dependencies]
piston_window = "0.73"
piston2d-graphics = "0.23"
rand = "0.3"
#piston_window = "0.75"
#piston2d-graphics = "0.24"
#rand = "0.4"

#glutin = "0.11"
#cpuprofiler = "0.0.2"
#lazy_static = "1.0"