abstreet/ezgui/Cargo.toml

21 lines
555 B
TOML
Raw Normal View History

[package]
name = "ezgui"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
2018-09-26 00:36:02 +03:00
abstutil = { path = "../abstutil" }
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
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"
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"