[package]
edition = "2024"
name = "icosphere"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Subdivided icosahedrons for rendering and meshing, both sparse and tightly packed"
readme = "README.md"
keywords = [
"gamedev",
"graphics",
"mesh",
"rendering",
]
categories = [
"data-structures",
"game-development",
"rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ambrosia13/icosphere"
[lib]
name = "icosphere"
path = "src/lib.rs"
[dependencies.bytemuck]
version = "1.23.0"
[dependencies.glam]
version = "0.30.3"