abstreet/ezgui/Cargo.toml
Dustin Carlino 602a936440 using nom to create Text with inline colors. just using in a few places;
still buggy and kind of inconvenient actually.
2019-05-30 14:14:38 -07:00

22 lines
471 B
TOML

[package]
name = "ezgui"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
glium = "0.23.0"
glium-glyph = "0.3.0"
glutin = "0.20.0"
nom = "4.2.3"
serde = "1.0.89"
serde_derive = "1.0.89"
simsearch = "0.1.4"
textwrap = "0.11"
[target.'cfg(target_os = "linux")'.dependencies]
# TODO Could add gperftools to the Windows Docker image
cpuprofiler = "0.0.3"