[lib]
name = "subsphere"
path = "src/lib.rs"
[package]
authors = ["Dmitry Zamkov <dmitry94@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "data-structures", "graphics"]
description = "Sphere tessellation toolkit"
edition = "2024"
keywords = ["gamedev", "math", "geometry", "sphere", "tessellation"]
license = "MIT OR Apache-2.0"
name = "subsphere"
readme = "README.md"
repository = "https://github.com/dzamkov/subsphere"
version = "0.5.2"
[[test]]
name = "test"
path = "tests/test.rs"