[dependencies]
[features]
glam = []
[package]
description = "A marching cubes implementation in Rust"
edition = "2021"
keywords = ["game", "voxels", "isosurface", "marching"]
license = "MIT"
name = "marching-cubes"
readme = "README.md"
repository = "https://github.com/therealnv6/marching_cubes"
version = "0.1.1"