2018-03-13 18:04:21 +03:00
|
|
|
[package]
|
|
|
|
name = "ezgui"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
2018-12-06 21:18:20 +03:00
|
|
|
edition = "2018"
|
2018-03-13 18:04:21 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2018-09-26 00:36:02 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2018-08-09 20:52:55 +03:00
|
|
|
geom = { path = "../geom" }
|
2019-01-23 01:34:11 +03:00
|
|
|
glium = "0.23.0"
|
2019-01-23 21:30:06 +03:00
|
|
|
glium-glyph = "0.3.0"
|
2019-03-12 00:44:32 +03:00
|
|
|
glutin = "0.20.0"
|
2018-08-02 00:51:26 +03:00
|
|
|
palette = "0.4"
|
2019-03-12 00:44:32 +03:00
|
|
|
serde = "1.0.89"
|
|
|
|
serde_derive = "1.0.89"
|
2018-12-10 02:16:32 +03:00
|
|
|
textwrap = "0.11"
|
2019-03-12 02:23:39 +03:00
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
|
|
# TODO Could add gperftools to the Windows Docker image
|
|
|
|
cpuprofiler = "0.0.3"
|