[dependencies.anput]
version = "0.16"
[dependencies.rstar]
version = "0.12"
[dev-dependencies.vek]
version = "0.17"
[[example]]
name = "spatial_partitioning"
path = "examples/spatial_partitioning.rs"
[lib]
name = "anput_spatial"
path = "src/lib.rs"
[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Spatial queries plugin for Anput ECS"
documentation = "https://docs.rs/anput-spatial"
edition = "2024"
homepage = "https://github.com/PsichiX/anput"
license = "MIT OR Apache-2.0"
name = "anput-spatial"
readme = "README.md"
repository = "https://github.com/PsichiX/anput"
resolver = "2"
version = "0.16.0"