mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-26 07:41:31 +11:00
2597e92b8f
Moves all the packages to the `crates/` directory.
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" |