Closed Elabajaba closed 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.
gltf-derive
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.
image
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
Thanks for fixing these!
gltf-derive
still seems to work with the syn2 bump, the only change I had to do was fix it so it'd compile withedition = 2021
.The msrv in the readme was wrong, so I bumped it up to match
image
's current msrv and added rust-version fields tocargo.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