mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
9 lines
139 B
TOML
9 lines
139 B
TOML
|
[package]
|
||
|
name = "valence_spatial_index"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
approx = "0.5.1"
|
||
|
rayon = "1.6.0"
|
||
|
vek = "0.15.8"
|