[package] name = "quadtree-f32" version = "0.4.1" authors = ["Felix Schütt "] edition = "2018" description = "Simple, dependency-free ID-based quadtree" repository = "https://github.com/fschutt/quadtree-f32" keywords = ["tree", "algorithms", "spatial", "quadtree"] categories = ["graphics", "algorithms"] readme = "README.md" license = "MIT" [dependencies] [features] f64 = []