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

build.rs: added missing allocator.cpp to source_files #15

Closed blaze33 closed 5 years ago

blaze33 commented 5 years ago

allocator.cpp was missing in the source files list making it impossible to use meshopt_setAllocator.