abstreet/fifteen_min/Cargo.toml
2020-11-24 11:30:03 -08:00

19 lines
470 B
TOML

[package]
name = "fifteen_min"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[features]
default = ["map_gui/native", "widgetry/native-backend"]
[dependencies]
abstutil = { path = "../abstutil" }
contour = { git = "https://github.com/dabreegster/contour-rs" }
geojson = "0.20.1"
geom = { path = "../geom" }
log = "0.4"
map_gui = { path = "../map_gui" }
map_model = { path = "../map_model" }
widgetry = { path = "../widgetry" }