abstreet/ezgui/Cargo.toml
2019-02-20 11:29:36 -08:00

18 lines
347 B
TOML

[package]
name = "ezgui"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
cpuprofiler = "0.0.3"
geom = { path = "../geom" }
glium = "0.23.0"
glium-glyph = "0.3.0"
glutin = "0.19.0"
palette = "0.4"
serde = "1.0.87"
serde_derive = "1.0.87"
textwrap = "0.11"