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" }
|
2019-01-10 00:55:53 +03:00
|
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
2018-08-09 20:52:55 +03:00
|
|
|
geom = { path = "../geom" }
|
2018-09-26 00:36:02 +03:00
|
|
|
log = "0.4.5"
|
2019-01-11 21:27:26 +03:00
|
|
|
ordered-float = "1.0.1"
|
2018-08-02 00:51:26 +03:00
|
|
|
palette = "0.4"
|
2019-01-14 01:47:11 +03:00
|
|
|
piston = "0.39.0"
|
|
|
|
piston2d-graphics = "0.28.0"
|
|
|
|
piston2d-opengl_graphics = "0.57.0"
|
|
|
|
pistoncore-glutin_window = "0.51.1"
|
2018-10-25 01:59:53 +03:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-12-10 02:16:32 +03:00
|
|
|
textwrap = "0.11"
|