mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
64ef2f025a
map_editor. It was nuked in 182f5139a5
,
when I decided the MapFixes approach wasn't worth it. #114
The restored version doesn't attempt to handle turn restrictions again
yet.
18 lines
394 B
TOML
18 lines
394 B
TOML
[package]
|
|
name = "map_editor"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
default = ["widgetry/native-backend"]
|
|
wasm = ["widgetry/wasm-backend"]
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
abstutil = { path = "../abstutil" }
|
|
geom = { path = "../geom" }
|
|
log = "0.4.11"
|
|
map_model = { path = "../map_model" }
|
|
widgetry = { path = "../widgetry" }
|