mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 22:13:27 +03:00
16 lines
323 B
TOML
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"
|