mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-29 04:35:51 +03:00
287d56efd9
support. reimpl it later using the callbacks if needed.
19 lines
383 B
TOML
19 lines
383 B
TOML
[package]
|
|
name = "sim"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
derivative = "2.1.1"
|
|
downcast-rs = "1.1.1"
|
|
geom = { path = "../geom" }
|
|
instant = "0.1.2"
|
|
libm = "0.2.1"
|
|
map_model = { path = "../map_model" }
|
|
rand = "0.7.0"
|
|
rand_distr = "0.2.2"
|
|
rand_xorshift = "0.2.0"
|
|
serde = "1.0.110"
|