subsphere 0.1.0

Sphere tessellation toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "subsphere"
version = "0.1.0"
edition = "2024"
authors = ["Dmitry Zamkov <dmitry94@gmail.com>"]
description = "Sphere tessellation toolkit"
repository = "https://github.com/dzamkov/subsphere"
license = "MIT OR Apache-2.0"
keywords = ["gamedev", "math", "sphere", "tessellation"]
categories = ["mathematics", "data-structures", "graphics"]
readme = "README.md"

[dev-dependencies]
insta = "1.42"