fast-surface-nets 0.2.0

A fast, chunk-friendly implementation of Naive Surface Nets on regular grids.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "fast-surface-nets"
version = "0.2.0"
dependencies = [
 "glam",
 "ndshape",
]

[[package]]
name = "glam"
version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43e957e744be03f5801a55472f593d43fabdebf25a4585db250f04d86b1675f"

[[package]]
name = "ndshape"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "975bce586ad637e27f6dc26ee907c07050686a588695bfd64b7873a9d48a700c"
dependencies = [
 "static_assertions",
]

[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"