Twinklebear / tobj

Tiny OBJ Loader in Rust
MIT License
233 stars 47 forks source link

Clippy, deps, crates.io visibility #58

Closed virtualritz closed 1 year ago

virtualritz commented 1 year ago

A friend noticed that when searching for 3d obj on crates.io, tobj won't even show up. So I updated the keywords and added categories in Cargo.toml

And while at it, made clippy happy and ran rustfmt.

Twinklebear commented 1 year ago

Looks great, thanks @virtualritz !