abstreet/map_model/Cargo.toml

16 lines
295 B
TOML
Raw Normal View History

[package]
name = "map_model"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
aabb-quadtree = "0.1.0"
dimensioned = "0.6.0"
ordered-float = "0.5.0"
piston2d-graphics = "*"
protobuf = "1.4"
rand = "0.5.1"
serde = "1.0"
serde_derive = "1.0"
vecmath = "0.3.1"