Prepare for more efficient polygon intersection check
This commit is contained in:
parent
2c0d20eae4
commit
4e182d3826
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -6,6 +6,7 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"geo 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"geo 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"rstar 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"svg 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"svg 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"svgdom 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"svgdom 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -15,3 +15,4 @@ svg = "0.5.11"
|
|||||||
chrono = "0.4.6"
|
chrono = "0.4.6"
|
||||||
structopt = { version = "0.2", default-features = false }
|
structopt = { version = "0.2", default-features = false }
|
||||||
svgdom = "0.16.1"
|
svgdom = "0.16.1"
|
||||||
|
rstar = "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user