Skip to content

Conversation

torokati44
Copy link
Member

@torokati44 torokati44 commented Sep 22, 2025

Text will probably appear washed out before #20965.
Referencing: emilk/egui#7540

@torokati44 torokati44 added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Sep 22, 2025
@torokati44
Copy link
Member Author

Referencing: emilk/egui#7555

@torokati44
Copy link
Member Author

The issue above was fixed by emilk/egui#7557.

@torokati44 torokati44 changed the title chore: Update wgpu to 26, egui to latest master chore: Update wgpu to 26, egui to match Oct 12, 2025
@torokati44
Copy link
Member Author

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.

Comment on lines +882 to +892
[[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",
]

Copy link
Member Author

Choose a reason for hiding this comment

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

While this is unfortunate ...

Comment on lines -5309 to -5329
[[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",
]
Copy link
Member Author

Choose a reason for hiding this comment

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

... at least this!

Comment on lines -6631 to +6621
"ndk-sys 0.5.0+25.2.9519653",
"ndk-sys 0.6.0+11769913",
Copy link
Member Author

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).

@torokati44 torokati44 added the waiting-on-review Waiting on review from a Ruffle team member label Oct 12, 2025
@torokati44 torokati44 merged commit c0bf693 into ruffle-rs:master Oct 12, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) waiting-on-review Waiting on review from a Ruffle team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants