Skip to main content

max / makenotwork

Take makeover-layout 0.19.0
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-13 13:54 UTC
Signed with PGP, not checked
Commit: 0ff4899004beb4a1cb9eefb42a0bc865d55c4d6b
Parent: 451d72c
3 files changed, +29 insertions, -29 deletions
@@ -4761,10 +4761,6 @@
4761 4761 source = "registry+https://github.com/rust-lang/crates.io-index"
4762 4762 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4763 4763
4764 - [[patch.unused]]
4765 - name = "docengine"
4766 - version = "0.7.0"
4767 -
4768 4764 [[patch.unused]]
4769 4765 name = "quasi-axum"
4770 4766 version = "0.1.0"
@@ -4808,3 +4804,7 @@
4808 4804 [[patch.unused]]
4809 4805 name = "synckit-config"
4810 4806 version = "0.2.0"
4807 +
4808 + [[patch.unused]]
4809 + name = "docengine"
4810 + version = "0.7.0"
M server/Cargo.lock +24 -24
@@ -5305,9 +5305,7 @@
5305 5305
5306 5306 [[package]]
5307 5307 name = "makeover"
5308 - version = "2.5.0"
5309 - source = "registry+https://github.com/rust-lang/crates.io-index"
5310 - checksum = "3ba9cbc9da41bffe0514e6d6744cecf8097eb18676edcaf62a7dd08cea42e4aa"
5308 + version = "2.5.1"
5311 5309 dependencies = [
5312 5310 "include_dir",
5313 5311 "serde",
@@ -5317,8 +5315,6 @@
5317 5315 [[package]]
5318 5316 name = "makeover-build"
5319 5317 version = "0.27.0"
5320 - source = "registry+https://github.com/rust-lang/crates.io-index"
5321 - checksum = "bf67f09cbaa537711532bc3bcf273e32bfd73a78dba2cd9d3e3f866c33ab04fb"
5322 5318 dependencies = [
5323 5319 "makeover",
5324 5320 "makeover-geometry",
@@ -5328,20 +5324,14 @@
5328 5324 [[package]]
5329 5325 name = "makeover-geometry"
5330 5326 version = "0.7.0"
5331 - source = "registry+https://github.com/rust-lang/crates.io-index"
5332 - checksum = "91a82b16c4f5b66dd7e87ed92fff7d22185e4d88e5355de6166dd64450cf6a16"
5333 5327
5334 5328 [[package]]
5335 5329 name = "makeover-layout"
5336 - version = "0.18.0"
5337 - source = "registry+https://github.com/rust-lang/crates.io-index"
5338 - checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
5330 + version = "0.19.0"
5339 5331
5340 5332 [[package]]
5341 5333 name = "makeover-touch"
5342 - version = "0.11.0"
5343 - source = "registry+https://github.com/rust-lang/crates.io-index"
5344 - checksum = "aa8a698cf7ba31dc0a2256293139774657ae373425ccd58eabb05431dd283876"
5334 + version = "0.12.0"
5345 5335 dependencies = [
5346 5336 "makeover-geometry",
5347 5337 "makeover-layout",
@@ -5349,9 +5339,7 @@
5349 5339
5350 5340 [[package]]
5351 5341 name = "makeover-webview"
5352 - version = "0.34.0"
5353 - source = "registry+https://github.com/rust-lang/crates.io-index"
5354 - checksum = "55628364f54e172d255701c3044be78f8a8eff3a2362d9b2960ad8cd54ccf9b7"
5342 + version = "0.35.0"
5355 5343 dependencies = [
5356 5344 "makeover-geometry",
5357 5345 "makeover-layout",
@@ -10687,6 +10675,26 @@
10687 10675 "pkg-config",
10688 10676 ]
10689 10677
10678 + [[patch.unused]]
10679 + name = "alloy_tui"
10680 + version = "7.0.0"
10681 +
10682 + [[patch.unused]]
10683 + name = "makeover-immediate"
10684 + version = "0.17.0"
10685 +
10686 + [[patch.unused]]
10687 + name = "makeover-tui"
10688 + version = "0.18.0"
10689 +
10690 + [[patch.unused]]
10691 + name = "quasi-store"
10692 + version = "0.1.0"
10693 +
10694 + [[patch.unused]]
10695 + name = "quasi-tauri"
10696 + version = "0.1.0"
10697 +
10690 10698 [[patch.unused]]
10691 10699 name = "synckit-client"
10692 10700 version = "0.8.0"
@@ -10706,11 +10714,3 @@
10706 10714 [[patch.unused]]
10707 10715 name = "painhours"
10708 10716 version = "0.1.0"
10709 -
10710 - [[patch.unused]]
10711 - name = "quasi-store"
10712 - version = "0.1.0"
10713 -
10714 - [[patch.unused]]
10715 - name = "quasi-tauri"
10716 - version = "0.1.0"
@@ -163,7 +163,7 @@
163 163 # rather than reached through quasi-router's re-export because a described
164 164 # screen names FieldKind and Tone directly; it has to track what quasi-router
165 165 # resolves or the two `layout::` paths are different crates.
166 - makeover-layout = "0.18.0"
166 + makeover-layout = "0.19.0"
167 167 # For the request head the per-viewer state factory reads. axum re-exports it,
168 168 # but the factory's signature is quasi-axum's and names `http::request::Parts`.
169 169 http = "1.3.1"