quadrs 1.0.0

Experimental quad remeshing library and tools based on Instant Meshes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "quadrs"
version = "1.0.0"
dependencies = [
 "glam",
]