Prepare for more efficient polygon intersection check

This commit is contained in:
Arne Keller 2019-04-01 21:00:48 +02:00
parent 2c0d20eae4
commit 4e182d3826
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -6,6 +6,7 @@ version = "0.1.0"
dependencies = [
"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)",
"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)",
"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)",

View File

@ -15,3 +15,4 @@ svg = "0.5.11"
chrono = "0.4.6"
structopt = { version = "0.2", default-features = false }
svgdom = "0.16.1"
rstar = "0.2.0"