abstreet/map_model/Cargo.toml
2018-06-28 20:35:00 -07:00

16 lines
323 B
TOML

[package]
name = "map_model"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
abstutil = { path = "../abstutil" }
aabb-quadtree = "0.1.0"
dimensioned = "0.6.0"
geo = "0.9.1"
geom = { path = "../geom" }
ordered-float = "0.5.0"
piston2d-graphics = "*"
serde = "1.0"
serde_derive = "1.0"