mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 17:07:12 +03:00
update to polylabel 2.4.1
This commit is contained in:
parent
d76bb3fbbd
commit
b867859dde
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -2875,8 +2875,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "polylabel"
|
||||
version = "2.4.0"
|
||||
source = "git+https://github.com/michaelkirk/polylabel-rs?branch=mkirk/optional-cbindgen#b96b417659d82ebe3a409b499d8669ff36d7ffe8"
|
||||
version = "2.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9eacb1d18495675b5b9a56b92ea542e9ff6ebc98de4a166329ca9a1fbf408f88"
|
||||
dependencies = [
|
||||
"geo",
|
||||
"libc",
|
||||
|
@ -36,8 +36,3 @@ opt-level = 3
|
||||
[patch.crates-io]
|
||||
# Waiting for release: https://github.com/21re/rust-geo-booleanop/pull/27
|
||||
geo-booleanop = { git = "https://github.com/21re/rust-geo-booleanop" }
|
||||
|
||||
# Waiting for release: https://github.com/urschrei/polylabel-rs/pull/18 (updates geo)
|
||||
# Waiting for merge and release: https://github.com/urschrei/polylabel-rs/pull/21 (makes cbindgen optional to avoid redundant, unused, clap dependency)
|
||||
polylabel = { git = "https://github.com/michaelkirk/polylabel-rs", branch="mkirk/optional-cbindgen" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user