[[bench]]
harness = false
name = "tessellation"
path = "benches/tessellation.rs"
[dev-dependencies.criterion]
version = "0.6"
[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", "icosahedron", "hexagon", "sphere", "tessellation"]
license = "MIT OR Apache-2.0"
name = "subsphere"
readme = "README.md"
repository = "https://github.com/dzamkov/subsphere"
version = "0.7.1"
[[test]]
name = "catalog"
path = "tests/catalog.rs"
[[test]]
name = "test"
path = "tests/test.rs"