mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +03:00
27 lines
590 B
TOML
27 lines
590 B
TOML
[package]
|
|
name = "editor"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
abstutil = { path = "../abstutil" }
|
|
control = { path = "../control" }
|
|
dimensioned = "0.6.0"
|
|
ezgui = { path = "../ezgui" }
|
|
map_model = { path = "../map_model" }
|
|
multimap = "0.4.0"
|
|
ordered-float = "0.5.0"
|
|
piston = "*"
|
|
piston2d-graphics = "*"
|
|
piston2d-opengl_graphics = "*"
|
|
pistoncore-glutin_window = "*"
|
|
rand = "0.5.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
sim = { path = "../sim" }
|
|
structopt = "0.2"
|
|
strum = "0.9.0"
|
|
strum_macros = "0.9.0"
|
|
vecmath = "0.3.1"
|