abstreet/Cargo.toml

53 lines
1.5 KiB
TOML
Raw Normal View History

[workspace]
2018-09-06 23:43:00 +03:00
members = [
"abstio",
2018-09-06 23:43:00 +03:00
"abstutil",
"collisions",
2018-09-06 23:43:00 +03:00
"convert_osm",
"fifteen_min",
"game",
2018-09-06 23:43:00 +03:00
"geom",
"headless",
"importer",
2018-09-06 23:43:00 +03:00
"kml",
"map_editor",
"map_gui",
2018-09-06 23:43:00 +03:00
"map_model",
"osm_viewer",
"parking_mapper",
"popdat",
"santa",
2018-09-06 23:43:00 +03:00
"sim",
"sumo",
"tests",
"traffic_seitan",
"traffic_signal_data",
"updater",
"widgetry",
"widgetry_demo",
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
2020-12-15 04:48:47 +03:00
[patch.crates-io]
# Use upstream after https://github.com/flatgeobuf/flatgeobuf/pull/107 is merged and there's a new version
flatgeobuf = { git = "https://github.com/dabreegster/flatgeobuf", branch = "reqwest" }
# update to geo-types 0.7 - upstream: https://github.com/21re/rust-geo-booleanop/pull/27
geo-booleanop = { git = "https://github.com/michaelkirk/rust-geo-booleanop", branch = "mkirk/geo-types-0.7" }
# update to geo-types 0.7 - upstream: https://github.com/georust/geozero/pull/5
2021-02-09 03:40:25 +03:00
geozero-core = { git = "https://github.com/michaelkirk/geozero", branch = "mkirk/geo-types-0.7" }
# update to geo-types 0.7 - upstream: https://github.com/mthh/contour-rs/pull/2
contour = { git = "https://github.com/michaelkirk/contour-rs", branch = "mkirk/geojson-0.22" }
# update to geo-types 0.7 not released yet
gdal = { git = "https://github.com/georust/gdal" }