spatial_hash 0.1.0

A 2D Spatial Hash which uses cubes, triangles and hexes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "spatial_hash"
version = "0.1.0"
edition = "2021"
description = "A 2D Spatial Hash which uses cubes, triangles and hexes."
repository = "https://github.com/JulianKnodt/regular_spatial_hash"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
ggez = { git = "https://github.com/ggez/ggez", branch = "devel" }
either = "1.8.0"

[[bench]]
name = "isect_ck"
harness = false