abstreet/ezgui/Cargo.toml

24 lines
475 B
TOML
Raw Normal View History

[package]
name = "ezgui"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[features]
default = []
profiler = ["cpuprofiler"]
[dependencies]
2018-09-26 00:36:02 +03:00
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"
2019-08-02 17:37:17 +03:00
ordered-float = "1.0.1"
serde = "1.0.98"
serde_derive = "1.0.98"
simsearch = "0.1.4"
2018-12-10 02:16:32 +03:00
textwrap = "0.11"