Skip to main content

max / goingson

Take makeover-tui 0.35.0, makeover-build 0.54.0 and makeover-webview 0.61.0
Author: Max Johnson <me@maxj.phd> · 2026-08-27 00:29 UTC
Signed with PGP, not checked
Commit: 3a723f2ec25bcac33e29f4c5d7c6ea13e8312bae
Parent: 73eaa92
2 files changed, +4 insertions, -4 deletions
M Cargo.toml +1 -1
@@ -105,7 +105,7 @@
105 105 notify = "8.2"
106 106 notify-debouncer-mini = "0.7"
107 107 makeover = "3.0"
108 - makeover-tui = "0.33.0"
108 + makeover-tui = "0.35.0"
109 109 toml = "1.1"
110 110
111 111 # Enums
@@ -18,7 +18,7 @@
18 18 # Materialises all three generated files: themes/, geometry.css, layout.css,
19 19 # and holds both drift checks this build.rs used to carry itself: touch density
20 20 # as of 0.17, breakpoints as of 0.18.
21 - makeover-build = "0.53.0"
21 + makeover-build = "0.54.0"
22 22 # Cuts the two house faces into frontend/fonts/. A git dependency because
23 23 # quasi-type is `publish = false`, which is also why makeover-build cannot do
24 24 # this and only emits the CSS that fetches the result. The rev is the one
@@ -28,7 +28,7 @@
28 28 # The table CSS is generated here too: the columns are this app's, so the
29 29 # shared helper cannot know them, but the tracks and the narrowing rules come
30 30 # from the description rather than from hand-written nth-child cuts.
31 - makeover-webview = "0.60.0"
31 + makeover-webview = "0.61.0"
32 32 makeover-layout = "0.35.0"
33 33 # Width. Direct rather than through makeover-webview, because the narrow table
34 34 # pass keys off SizeClass::Compact and a boundary reached transitively is a
@@ -139,7 +139,7 @@
139 139 # The forms emitter and the description it renders. Runtime deps, not build:
140 140 # form markup depends on the value, the error and the options at the moment a
141 141 # modal opens, so it cannot be materialised the way the stylesheet is.
142 - makeover-webview = "0.60.0"
142 + makeover-webview = "0.61.0"
143 143 makeover-layout = "0.35.0"
144 144 # Browser opening
145 145 open = { workspace = true }