2018-03-13 18:04:21 +03:00
|
|
|
[workspace]
|
|
|
|
|
2018-09-06 23:43:00 +03:00
|
|
|
members = [
|
|
|
|
"abstutil",
|
|
|
|
"convert_osm",
|
|
|
|
"ezgui",
|
2019-09-07 23:09:09 +03:00
|
|
|
"game",
|
2018-09-06 23:43:00 +03:00
|
|
|
"geom",
|
|
|
|
"headless",
|
2020-03-26 05:54:33 +03:00
|
|
|
"importer",
|
2020-08-19 22:49:30 +03:00
|
|
|
"iotool",
|
2018-09-06 23:43:00 +03:00
|
|
|
"kml",
|
2019-09-23 23:54:09 +03:00
|
|
|
"map_editor",
|
2018-09-06 23:43:00 +03:00
|
|
|
"map_model",
|
|
|
|
"sim",
|
2020-05-02 05:22:03 +03:00
|
|
|
"updater",
|
2018-09-06 23:43:00 +03:00
|
|
|
]
|
2020-02-18 18:56:38 +03:00
|
|
|
|
|
|
|
# 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
|
2020-08-15 00:57:16 +03:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
winit = { git = "https://github.com/michaelkirk/winit", branch = "mkirk/fix-stdweb-dpi" }
|