subsphere 0.5.2

Sphere tessellation toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "subsphere"
version = "0.5.2"
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", "geometry", "sphere", "tessellation"]
categories = ["mathematics", "data-structures", "graphics"]
readme = "README.md"

[workspace]
members = ["render"]