kdtree-ray 1.2.1

Fast Kdtree implementation for raytracer
Documentation
[package]
name = "kdtree-ray"
version = "1.2.1"
authors = ["Florian Amsallem <florian.amsallem@epita.fr>"]
description = "Fast Kdtree implementation for raytracer"
documentation = "https://docs.rs/kdtree-ray"
repository = "https://github.com/flomonster/kdtree-ray"
homepage = "https://github.com/flomonster/kdtree-ray"
edition = "2018"
license = "MIT"
keywords = ["kdtree", "raytracer", "3D", "sah"]
exclude = [".github/"]

[dependencies]
cgmath = "0.18.0"
enum-map = "2.7.0"
rayon = "1.8.0"