mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
ec114e51e1
simple .osm, turn it into a full Map, and inspect the results.
11 lines
249 B
TOML
11 lines
249 B
TOML
[package]
|
|
name = "map_tests"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
convert_osm = { path = "../convert_osm" }
|
|
map_model = { path = "../map_model" }
|