hexasphere 0.1.5

A library to evenly tile hexagons on a sphere.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "glam"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a09830d3a54df0e02f67340598635e75446cb87dc0d8d734f3c9742e02cc04f"

[[package]]
name = "hexasphere"
version = "0.1.5"
dependencies = [
 "glam",
]