broccoli 0.22.1

broadphase collision detection algorithms
Documentation
[package]
name = "broccoli"
version = "0.22.1"
authors = ["Ken Reed <kenakioreed@gmail.com>"]
description = "broadphase collision detection algorithms"
license = "MIT"
repository = "https://github.com/tiby312/broccoli"
keywords = ["tree", "kdtree","broadphase","space-partitioning","no_std"]
readme = "README.md"
edition = "2018"


[workspace]
members = [ "demo","report/data_gen"]

[dev-dependencies]
dists = {git="https://github.com/tiby312/dists.git"}

[dependencies]
is_sorted = "0.1"
itertools = "0.9"
rayon = "1.5"
compt = "1.10"
axgeom = {version="1.9",default-features = false}
pdqselect = "0.1"
twounordered = "0.6.0"

[package.metadata.docs.rs]
# This sets the default target to `x86_64-unknown-linux-gnu`
# and only builds that target
targets = ["x86_64-unknown-linux-gnu"]