Take the makeover 0.18.0 cascade
makeover-layout 0.18.0 puts a region share on Arrangement and a page measure on
Screen, and the suite republished against it. `links` makes two copies of the
vocabulary in one graph a resolver error rather than a warning, so a consumer
left on the old pin does not lag quietly -- it fails to resolve.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+20 insertions,
-28 deletions
| 3002 |
3002 |
|
|
| 3003 |
3003 |
|
[[package]]
|
| 3004 |
3004 |
|
name = "makeover-immediate"
|
| 3005 |
|
- |
version = "0.15.0"
|
|
3005 |
+ |
version = "0.16.0"
|
|
3006 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3007 |
+ |
checksum = "38bc07bb3a543b1de2c1c85f51b6e9f99499df81236c2c72d66fbf1c36ef203a"
|
| 3006 |
3008 |
|
dependencies = [
|
| 3007 |
3009 |
|
"egui",
|
| 3008 |
3010 |
|
"egui_extras",
|
| 3011 |
3013 |
|
|
| 3012 |
3014 |
|
[[package]]
|
| 3013 |
3015 |
|
name = "makeover-layout"
|
| 3014 |
|
- |
version = "0.17.0"
|
|
3016 |
+ |
version = "0.18.0"
|
|
3017 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3018 |
+ |
checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
|
| 3015 |
3019 |
|
|
| 3016 |
3020 |
|
[[package]]
|
| 3017 |
3021 |
|
name = "matchers"
|
| 7308 |
7312 |
|
"winnow 1.0.4",
|
| 7309 |
7313 |
|
]
|
| 7310 |
7314 |
|
|
|
7315 |
+ |
[[patch.unused]]
|
|
7316 |
+ |
name = "kberg"
|
|
7317 |
+ |
version = "0.1.0"
|
|
7318 |
+ |
|
|
7319 |
+ |
[[patch.unused]]
|
|
7320 |
+ |
name = "ops-status"
|
|
7321 |
+ |
version = "0.1.0"
|
|
7322 |
+ |
|
|
7323 |
+ |
[[patch.unused]]
|
|
7324 |
+ |
name = "painhours"
|
|
7325 |
+ |
version = "0.1.0"
|
|
7326 |
+ |
|
| 7311 |
7327 |
|
[[patch.unused]]
|
| 7312 |
7328 |
|
name = "quasi-axum"
|
| 7313 |
7329 |
|
version = "0.1.0"
|
| 7332 |
7348 |
|
name = "quasi-webview"
|
| 7333 |
7349 |
|
version = "0.1.0"
|
| 7334 |
7350 |
|
|
| 7335 |
|
- |
[[patch.unused]]
|
| 7336 |
|
- |
name = "kberg"
|
| 7337 |
|
- |
version = "0.1.0"
|
| 7338 |
|
- |
|
| 7339 |
|
- |
[[patch.unused]]
|
| 7340 |
|
- |
name = "painhours"
|
| 7341 |
|
- |
version = "0.1.0"
|
| 7342 |
|
- |
|
| 7343 |
7351 |
|
[[patch.unused]]
|
| 7344 |
7352 |
|
name = "docengine"
|
| 7345 |
7353 |
|
version = "0.7.0"
|
| 7346 |
|
- |
|
| 7347 |
|
- |
[[patch.unused]]
|
| 7348 |
|
- |
name = "makeover-build"
|
| 7349 |
|
- |
version = "0.26.0"
|
| 7350 |
|
- |
|
| 7351 |
|
- |
[[patch.unused]]
|
| 7352 |
|
- |
name = "makeover-touch"
|
| 7353 |
|
- |
version = "0.10.0"
|
| 7354 |
|
- |
|
| 7355 |
|
- |
[[patch.unused]]
|
| 7356 |
|
- |
name = "makeover-tui"
|
| 7357 |
|
- |
version = "0.16.1"
|
| 7358 |
|
- |
|
| 7359 |
|
- |
[[patch.unused]]
|
| 7360 |
|
- |
name = "makeover-webview"
|
| 7361 |
|
- |
version = "0.33.0"
|
| 17 |
17 |
|
# to compile against an API added in a later one. The two move together --
|
| 18 |
18 |
|
# makeover-immediate re-exports nothing, so the `Column` the app describes and
|
| 19 |
19 |
|
# the `Column` the renderer matches on have to be the same type.
|
| 20 |
|
- |
makeover-layout = "0.17.0"
|
| 21 |
|
- |
makeover-immediate = "0.15.0"
|
|
20 |
+ |
makeover-layout = "0.18.0"
|
|
21 |
+ |
makeover-immediate = "0.16.0"
|
| 22 |
22 |
|
egui = { version = "0.35", default-features = false, features = ["default_fonts"] }
|
| 23 |
23 |
|
egui_extras = { version = "0.35", default-features = false }
|
| 24 |
24 |
|
eframe = { version = "0.35", default-features = false, features = ["default_fonts", "glow"] }
|