abstreet/sim/Cargo.toml
Dustin Carlino 9f3fd72417 changing f64 time to u32 ticks. this gets rid of the custom serde stuff
and lets us compare full sim states
2018-04-14 15:29:18 -07:00

20 lines
457 B
TOML

[package]
name = "sim"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
control = { path = "../control" }
derivative = "1.0.0"
dimensioned = "0.6.0"
geom = { path = "../geom" }
ezgui = { path = "../ezgui" }
map_model = { path = "../map_model" }
multimap = "0.4.0"
piston2d-graphics = "*"
rand = { version = "0.5.0-pre.0", features = ["serde-1"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
vecmath = "0.3.1"