abstreet/ezgui/Cargo.toml

22 lines
471 B
TOML
Raw Normal View History

[package]
name = "ezgui"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
2018-09-26 00:36:02 +03:00
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
glium = "0.25.1"
glium-glyph = "0.5.0"
glutin = "0.21.0"
nom = "4.2.3"
serde = "1.0.89"
serde_derive = "1.0.89"
simsearch = "0.1.4"
2018-12-10 02:16:32 +03:00
textwrap = "0.11"
2019-04-19 19:16:13 +03:00
[target.'cfg(target_os = "linux")'.dependencies]
# TODO Could add gperftools to the Windows Docker image
cpuprofiler = "0.0.3"