anput-spatial 0.23.3

Spatial queries plugin for Anput ECS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "anput-spatial"

version = "0.23.3"

edition = "2024"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

description = "Spatial queries plugin for Anput ECS"

license = "MIT OR Apache-2.0"

homepage = "https://github.com/PsichiX/anput"

repository = "https://github.com/PsichiX/anput"

documentation = "https://docs.rs/anput-spatial"

readme = "../../README.md"



[dependencies]

anput = { version = "0.23", path = "../_" }

rstar = "0.12"



[dev-dependencies]

vek = "0.17"