mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-04 08:43:27 +03:00
11 lines
212 B
TOML
11 lines
212 B
TOML
|
[package]
|
||
|
name = "viewer"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
aabb-quadtree = "0.1.0"
|
||
|
ezgui = { path = "../ezgui" }
|
||
|
geom = { path = "../geom" }
|