init
This commit is contained in:
parent
a56705383f
commit
f6833a3d48
4 changed files with 200 additions and 0 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
|
@ -20,6 +20,12 @@ version = "0.2.16"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.81"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
||||
|
||||
[[package]]
|
||||
name = "approx"
|
||||
version = "0.5.1"
|
||||
|
|
@ -474,6 +480,16 @@ dependencies = [
|
|||
"wide",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "simple_delaunay_lib"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/ibujah/simple_delaunay_lib#2812ea85f936723bb9ae3a1cd131589738b41821"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
"robust 1.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "smallvec"
|
||||
version = "1.13.2"
|
||||
|
|
@ -577,6 +593,7 @@ dependencies = [
|
|||
"itertools 0.12.1",
|
||||
"rand",
|
||||
"rayon",
|
||||
"simple_delaunay_lib",
|
||||
"statrs",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue