dedup_mesh 0.2.0

Deduplicates vertices in a 3d mesh
Documentation
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)

[![Crates.io Version](https://badgers.space/crates/version/dedup_mesh)](https://crates.io/crates/dedup_mesh)
[![Docs.rs Latest](https://badgers.space/badge/docs.rs/latest/blue)](https://docs.rs/dedup_mesh)
![Build Status](https://ci.codeberg.org/api/badges/14799/status.svg)

# dedup_mesh

Removes duplicated vertices in a 3d mesh, it does so by either a tolerance value or by exact equality.

## MSRV

Currently, the minimum supported version is 1.85.1 (because of the 2024 edition)

## License

This project is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.