mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 22:13:27 +03:00
17 lines
309 B
TOML
17 lines
309 B
TOML
[package]
|
|
name = "map_model"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
dimensioned = "0.6.0"
|
|
geo = "0.9.1"
|
|
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"
|