hexasphere 9.1.0

A library to evenly tile hexagons on a sphere.
Documentation
[dependencies.constgebra]
version = "0.1.3"

[dependencies.glam]
version = "0.24"

[dependencies.tinyvec]
optional = true
version = "1.6.0"

[features]
adjacency = ["tinyvec"]
shape-extras = []

[package]
authors = ["OptimisticPeach <patrikbuhring@gmail.com>"]
categories = ["algorithms", "data-structures", "graphics", "mathematics", "rendering::data-formats"]
description = "A library to evenly tile hexagons on a sphere.\n"
edition = "2018"
keywords = ["gamedev", "graphics", "hexagons", "sphere", "math"]
license = "MIT OR Apache-2.0"
name = "hexasphere"
readme = "readme.md"
repository = "https://github.com/OptimisticPeach/hexasphere.git"
version = "9.1.0"