Skip to content
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

Fix cargo test --all-features breaking rendering due to unity vertexes #5542

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

lucasmerlin
Copy link
Collaborator

It's not great but I wasn't able to come up with a better solution.

@lucasmerlin lucasmerlin added the CI Continues Integration test label Dec 29, 2024
Copy link

Preview available at https://egui-pr-preview.github.io/pr/5542-lucasfix-all-features-test
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

Copy link
Owner

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me, or we just remove all unity-related features and specify the unity-order as the default egui order. I don't remember why I didn't do that originally when the unity-PR was submitted

@lucasmerlin
Copy link
Collaborator Author

That would mean all integrations relying on the current order would need to update their shaders right? I guess it would be fine if we properly announce it but I think I prefer this solution.

@lucasmerlin lucasmerlin merged commit 86ea3f8 into master Dec 30, 2024
46 checks passed
@lucasmerlin lucasmerlin deleted the lucas/fix-all-features-test branch December 30, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continues Integration test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Snapshot tests fail withunity feature
2 participants