abstreet/map_editor/Cargo.toml
Dustin Carlino cce43daecc Restore the map_editor to some of its former glory:
- start showing partial instructions again
- remove old debug popup
- start a new road editor
2021-02-19 16:24:13 -08:00

20 lines
481 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"
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
log = "0.4.14"
map_gui = { path = "../map_gui", features=["native"] }
map_model = { path = "../map_model" }
widgetry = { path = "../widgetry" }