gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
534 stars 124 forks source link

Syn2, bump msrv to match `image`, and `edition = "2021"` #375

Closed Elabajaba closed 1 year ago

Elabajaba commented 1 year ago

gltf-derive still seems to work with the syn2 bump, the only change I had to do was fix it so it'd compile with edition = 2021.

The msrv in the readme was wrong, so I bumped it up to match image's current msrv and added rust-version fields to cargo.toml.

There were a bunch of clippy errors so I fixed them.

Closes https://github.com/gltf-rs/gltf/issues/372 Closes https://github.com/gltf-rs/gltf/issues/355

alteous commented 1 year ago

Thanks for fixing these!