hexasphere 9.1.0

A library to evenly tile hexagons on a sphere.
Documentation
[package]

name = "hexasphere"

version = "9.1.0"

authors = ["OptimisticPeach <patrikbuhring@gmail.com>"]

edition = "2018"

description = """
A library to evenly tile hexagons on a sphere.
"""

readme = "readme.md"

repository = "https://github.com/OptimisticPeach/hexasphere.git"

license = "MIT OR Apache-2.0"

keywords = ["gamedev", "graphics", "hexagons", "sphere", "math"]

categories = ["algorithms", "data-structures", "graphics", "mathematics", "rendering::data-formats"]



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



[features]

adjacency = ["tinyvec"]

shape-extras = []



[dependencies]

constgebra = "0.1.3"

glam = "0.24"



tinyvec = { version = "1.6.0", optional = true }