[package] name = "marching-cubes" version = "0.1.2" edition = "2021" license = "MIT" description = "A marching cubes implementation in Rust" repository = "https://github.com/therealnv6/marching-cubes" keywords = ["game", "voxels", "isosurface", "marching"] crate-type = ["lib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] glam = [] [dependencies]