Twinklebear / tobj_viewer

A very simple Wavefront OBJ viewer using tobj and glium
MIT License
15 stars 4 forks source link

Update dependencies to fix compilation on Mac and fix warnings #1

Closed bwasty closed 7 years ago

bwasty commented 7 years ago

The indirect dependency objc didn't compile for me (mac, nightly), so I updated all dependencies. Also fixed most warnings (compiler + clippy).

Twinklebear commented 7 years ago

Thanks @bwasty !