mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 02:33:54 +03:00
0522829d9a
dont work in all cases, so disable
21 lines
535 B
TOML
21 lines
535 B
TOML
[package]
|
|
name = "ezgui"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
|
geom = { path = "../geom" }
|
|
log = "0.4.5"
|
|
ordered-float = "0.5.0"
|
|
palette = "0.4"
|
|
piston = "*"
|
|
piston2d-graphics = "*"
|
|
piston2d-opengl_graphics = "*"
|
|
pistoncore-glutin_window = "*"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
textwrap = "0.11"
|