hexasphere 5.0.0

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

[dependencies.lazy_static]
version = "1.4"

[dependencies.smallvec]
optional = true
version = "1.4.2"

[features]
adjacency = ["smallvec"]

[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 = "5.0.0"