-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semver violating change in gltf-json v1.2 #380
Comments
Thanks for reporting. For a long time the In your run it looks like the problem is you are building both gltf 1.1 and 1.2, I imagine for export.
|
Okay, useful background! We'll take a look and see what we can do. |
We can no longer reproduce this locally or in CI: maybe a caching issue. Anyways, I'll close this out: thanks for the help! |
The bad news: gltf-json made a semver-violating change <gltf-rs/gltf#380> which breaks our build. The good news: by depending on the newer version, we can get rid of the horrible `HashMap` determinism kludge, because determinism via using `BTreeMap` is the breaking change they made.
This appears to have broken fresh builds of Bevy: see this CI run for an example.
The text was updated successfully, but these errors were encountered: