egui
egui copied to clipboard
Upgrade Glow to 0.14
Reason for Change
By updating glow to 0.14, this will pull a multiude of beneficial changes, such as Make debug message callback Send + Sync.
which is important when drawing three-d windows in a glow context.
Glow update: https://github.com/grovesNL/glow/pull/296
Description of Changes
- Bump
glowto0.14 - No breaking changes notices from upgrade.
Verification
- Ran
./scripts/check✅ - Been running these changes manually on a in-use project
- Closes: N/A (can make a ticket if requested)
- [x] I have followed the instructions in the PR template
Labels:
dependencies
We've updated winit now:
- https://github.com/emilk/egui/pull/4849
Maybe it's time to revisit this PR?