-
-
Notifications
You must be signed in to change notification settings - Fork 922
chore: Update wgpu to 26, egui to match #21730
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
Conversation
Referencing: emilk/egui#7555 |
The issue above was fixed by emilk/egui#7557. |
The new git ref for egui is right after that fix. egui 0.32 was still on wgpu 25, while egui 0.33 jumped straight to wgpu 27. See #21895 for that later. |
[[package]] | ||
name = "core-graphics-types" | ||
version = "0.2.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" | ||
dependencies = [ | ||
"bitflags 2.9.4", | ||
"core-foundation 0.10.1", | ||
"libc", | ||
] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this is unfortunate ...
[[package]] | ||
name = "strum" | ||
version = "0.26.3" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" | ||
dependencies = [ | ||
"strum_macros", | ||
] | ||
|
||
[[package]] | ||
name = "strum_macros" | ||
version = "0.26.4" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" | ||
dependencies = [ | ||
"heck", | ||
"proc-macro2", | ||
"quote", | ||
"rustversion", | ||
"syn", | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... at least this!
"ndk-sys 0.5.0+25.2.9519653", | ||
"ndk-sys 0.6.0+11769913", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this will allow deduplicating ndk
and ndk-sys
once we bump cpal
(will do as a follow-up).
Text will probably appear washed out before #20965.Referencing: emilk/egui#7540