mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 20:29:04 +03:00
10f2f6008f
- timer for setting up world - preview all intersections - move world to map_editor; it's too oddly specialized - dont show circle while previewing intersection geom - show overlapping intersection polygons
24 lines
475 B
TOML
24 lines
475 B
TOML
[package]
|
|
name = "ezgui"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
default = []
|
|
profiler = ["cpuprofiler"]
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
cpuprofiler = { version = "0.0.3", optional = true }
|
|
geom = { path = "../geom" }
|
|
glium = "0.25.1"
|
|
glium-glyph = "0.6.0"
|
|
glutin = "0.21.0"
|
|
image = "0.22.2"
|
|
ordered-float = "1.0.1"
|
|
serde = "1.0.98"
|
|
serde_derive = "1.0.98"
|
|
simsearch = "0.1.4"
|
|
textwrap = "0.11"
|