bwasty / gltf-viewer

glTF 2.0 Viewer written in Rust
The Unlicense
188 stars 31 forks source link

bump dependencies, fixes build error in gltf 0.11 #62

Closed spearman closed 4 years ago

spearman commented 4 years ago

Trying to install gltf-viewer on Rust nightly 1.41 fails with an error in gltf version 0.11. This bumps gltf and several other dependencies. Left image at version 0.21 (to match the version used by gltf), and leaves glutin at version 0.18 (latest versions do not have an events_loop.poll() method).

ox commented 4 years ago

Was just running into this issue, thanks for the PR. I hope it gets merged into master.

bwasty commented 4 years ago

Thanks, and sorry for the late reply!