gltf-rs / gltf

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

version 1.4 violates semantic versioning #407

Open ScanMountGoat opened 11 months ago

ScanMountGoat commented 11 months ago

There are a number of compile errors in my gltf exporting code since some of the field types changed from u32 to USize64. I'm able to resolve this for now by fixing the version for both the gltf and gltf-json crate in the Cargo.toml.

kpreid commented 11 months ago

See #385 for existing discussion.