mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
26 lines
518 B
TOML
26 lines
518 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"abstutil",
|
|
"convert_osm",
|
|
"game",
|
|
"geom",
|
|
"headless",
|
|
"importer",
|
|
"kml",
|
|
"map_editor",
|
|
"map_model",
|
|
"map_tests",
|
|
"sim",
|
|
"traffic_seitan",
|
|
"updater",
|
|
"widgetry",
|
|
]
|
|
|
|
# See https://doc.rust-lang.org/cargo/reference/profiles.html#overrides. This
|
|
# compiles all external dependencies as release mode, yielding great runtime
|
|
# speed, but only paying the cost of slow compilation once (since we don't
|
|
# update dependencies often).
|
|
[profile.dev.package."*"]
|
|
opt-level = 3
|