mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-27 16:36:02 +03:00
14 lines
279 B
TOML
14 lines
279 B
TOML
[package]
|
|
name = "ezgui"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
geom = { path = "../geom" }
|
|
palette = "0.4"
|
|
piston = "*"
|
|
piston2d-graphics = "*"
|
|
piston2d-opengl_graphics = "*"
|
|
pistoncore-glutin_window = "*"
|