abstreet/Cargo.toml

28 lines
601 B
TOML
Raw Normal View History

[workspace]
2018-09-06 23:43:00 +03:00
members = [
"abstutil",
"convert_osm",
"ezgui",
"game",
2018-09-06 23:43:00 +03:00
"geom",
"headless",
"importer",
2020-08-19 22:49:30 +03:00
"iotool",
2018-09-06 23:43:00 +03:00
"kml",
"map_editor",
2018-09-06 23:43:00 +03:00
"map_model",
"sim",
"updater",
2018-09-06 23:43:00 +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
[patch.crates-io]
winit = { git = "https://github.com/michaelkirk/winit", branch = "mkirk/fix-stdweb-dpi" }