gwihlidal / meshopt-rs

Rust ffi and idiomatic wrapper for zeux/meshoptimizer, a mesh optimization library that makes indexed meshes more GPU-friendly.
Apache License 2.0
163 stars 33 forks source link

Remove use of `cargo-clippy` implicit feature. #46

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

This hasn't been needed in a very long time (and the other clippy configurations within this crate haven't been checking it). It is also officially deprecated with 1.78 and later.

Uriopass commented 1 month ago

Thanks!