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]
|
2019-09-12 01:27:12 +03:00
|
|
|
aabb-quadtree = "0.1.0"
|
2018-09-26 00:36:02 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2018-08-09 20:52:55 +03:00
|
|
|
geom = { path = "../geom" }
|
2019-07-26 17:31:56 +03:00
|
|
|
glium = "0.25.1"
|
2019-08-08 22:56:29 +03:00
|
|
|
glium-glyph = "0.6.0"
|
2019-07-26 17:31:56 +03:00
|
|
|
glutin = "0.21.0"
|
2019-09-11 01:21:58 +03:00
|
|
|
image = "0.22.2"
|
2019-08-02 17:37:17 +03:00
|
|
|
ordered-float = "1.0.1"
|
2019-08-15 22:06:08 +03:00
|
|
|
serde = "1.0.98"
|
|
|
|
serde_derive = "1.0.98"
|
2019-04-30 00:52:04 +03:00
|
|
|
simsearch = "0.1.4"
|
2018-12-10 02:16:32 +03:00
|
|
|
textwrap = "0.11"
|
2019-03-12 02:23:39 +03:00
|
|
|
|
2019-04-19 19:16:13 +03:00
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
2019-03-12 02:23:39 +03:00
|
|
|
# TODO Could add gperftools to the Windows Docker image
|
|
|
|
cpuprofiler = "0.0.3"
|