mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
fa4981787d
This has the effect of breaking the city loader, because it lists bundled files to discover other cities. Going to rethink that next.
27 lines
630 B
TOML
27 lines
630 B
TOML
[package]
|
|
name = "abstutil"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
profiler = ["cpuprofiler"]
|
|
|
|
[dependencies]
|
|
bincode = "1.3.1"
|
|
cpuprofiler = { version = "0.0.4", optional = true }
|
|
instant = "0.1.7"
|
|
itertools = "0.9.0"
|
|
lazy_static = "1.4.0"
|
|
log = { version = "0.4.11", features=["std"] }
|
|
num_cpus = "1.13.0"
|
|
scoped_threadpool = "0.1.9"
|
|
serde = "1.0.116"
|
|
serde_json = "1.0.57"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
termion = "1.5.1"
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
include_dir = { git = "https://github.com/dabreegster/include_dir", branch = "union" }
|