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

Update egui to 0.28 and glam to 0.28 #68

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

Azkellas
Copy link
Contributor

@Azkellas Azkellas commented Jul 4, 2024

For glam, this is transparent and didn't require any change.
egui replaced some Stroke with PathStroke (strokes that can have a uv callback to get the color instead of a single Color32 for the whole stroke). I updated shape.rs to take it into account. Only arrow(..) still uses a Stroke since it uses its color to fill the shape. Since the functions uses into conversions in their signatures this is also transparent outside of the file.

@Azkellas Azkellas force-pushed the update-egui-glam branch from 2bedc34 to bbdf2a4 Compare July 4, 2024 09:23
@zhaop zhaop mentioned this pull request Jul 6, 2024
@urholaukkarinen urholaukkarinen merged commit a30088d into urholaukkarinen:main Jul 7, 2024
1 check passed
@urholaukkarinen
Copy link
Owner

Thanks!

@Azkellas Azkellas deleted the update-egui-glam branch July 7, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants