quadrs 1.0.0

Experimental quad remeshing library and tools based on Instant Meshes
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "quadrs"
version = "1.0.0"
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental quad remeshing library and tools based on Instant Meshes"
documentation = "https://docs.rs/quadrs"
readme = "README.md"
keywords = [
    "mesh",
    "geometry",
    "remeshing",
    "quad",
]
categories = [
    "graphics",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/vidstige/quadrs"

[lib]
name = "quadrs"
path = "src/lib.rs"

[[bin]]
name = "mesh-stats"
path = "src/bin/mesh-stats.rs"

[[bin]]
name = "remesh"
path = "src/bin/remesh.rs"

[dependencies.glam]
version = "0.32.1"
features = ["std"]
default-features = false