Take makeover-immediate 0.34.0
The forward fix for that release, which carries three accessibility fixes this
renderer draws through: a field's label attached to its control, a sortable
heading announced as a control, and a token announced at all.
A 0.x minor is a breaking bump to cargo, so leaving the pin at 0.33 put two
makeover-immediate versions in audiofiles' graph and its `Palette` stopped
being the one this crate's `Immediate::new` wanted.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+3 insertions,
-3 deletions
| 2605 |
2605 |
|
|
| 2606 |
2606 |
|
[[package]]
|
| 2607 |
2607 |
|
name = "makeover-immediate"
|
| 2608 |
|
- |
version = "0.33.0"
|
|
2608 |
+ |
version = "0.34.0"
|
| 2609 |
2609 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2610 |
|
- |
checksum = "43d67f743414e6b1ffcce6da7e9500cd2d4efe5cf42d730ae8f6e6c8d87c3d5a"
|
|
2610 |
+ |
checksum = "d1fd9aedc63b42b2f0f986a812cee597612f420a52f94d9cf96a2c0361417bcc"
|
| 2611 |
2611 |
|
dependencies = [
|
| 2612 |
2612 |
|
"egui",
|
| 2613 |
2613 |
|
"egui_extras",
|
| 17 |
17 |
|
# widget here that is not a container comes from it: a screen walk that painted
|
| 18 |
18 |
|
# its own meter would be the divergence the suite exists to end, one copy per
|
| 19 |
19 |
|
# renderer instead of one copy per app.
|
| 20 |
|
- |
makeover-immediate = "0.33.0"
|
|
20 |
+ |
makeover-immediate = "0.34.0"
|
| 21 |
21 |
|
egui = { version = "0.35", default-features = false }
|
| 22 |
22 |
|
# Markdown to text for `Node::Rich`. The same crate the webview renderer takes,
|
| 23 |
23 |
|
# reading the same source: what differs is that it can emit markup and this
|