You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There are a number of compile errors in my gltf exporting code since some of the field types changed from
u32
toUSize64
. I'm able to resolve this for now by fixing the version for both the gltf and gltf-json crate in the Cargo.toml.The text was updated successfully, but these errors were encountered: