hexglobe 0.1.1

Library to generate hexagonal tessellations of a sphere quickly and accurately.
Documentation
[[bench]]
harness = false
name = "projection"
path = "benches/projection.rs"

[[bench]]
harness = false
name = "subdivision"
path = "benches/subdivision.rs"

[dependencies.glam]
version = "0.30.1"

[dependencies.itertools]
version = "0.14.0"

[dev-dependencies.assert2]
version = "0.3.15"

[dev-dependencies.bevy]
version = "0.15.3"

[dev-dependencies.bevy_panorbit_camera]
version = "0.25.0"

[dev-dependencies.divan]
version = "0.1.17"

[dev-dependencies.ntest]
version = "0.9.3"

[[example]]
name = "bevy"
path = "examples/bevy.rs"

[lib]
name = "hexglobe"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "mathematics"]
description = "Library to generate hexagonal tessellations of a sphere quickly and accurately."
edition = "2024"
keywords = ["gamedev", "graphics", "goldberg", "sphere", "tessellation"]
license = "MIT OR Apache-2.0"
name = "hexglobe"
readme = "README.md"
repository = "https://github.com/MorganBennetDev/hexglobe-rs"
version = "0.1.1"

[profile.dev.package."*"]
opt-level = 3

[profile.dev.package.bevy]