Skip to main content

max / quasi

Take makeover-webview 0.37.0 A picture's frame is a border rather than an inset bevel drawn on the picture.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 19:32 UTC
Signed with PGP, not checked
Commit: a327a6dcc5d49653d3fc8c36986805521025aa3b
Parent: b72a5c1
2 files changed, +12 insertions, -6 deletions
M Cargo.lock +11 -5
@@ -2297,6 +2297,8 @@
2297 2297 [[package]]
2298 2298 name = "makeover-immediate"
2299 2299 version = "0.19.0"
2300 + source = "registry+https://github.com/rust-lang/crates.io-index"
2301 + checksum = "f6ab1b769d31a5866e84ee45356fae9487f2a889881c55c89e418da8f75342fc"
2300 2302 dependencies = [
2301 2303 "egui",
2302 2304 "egui_extras",
@@ -2306,10 +2308,14 @@
2306 2308 [[package]]
2307 2309 name = "makeover-layout"
2308 2310 version = "0.21.0"
2311 + source = "registry+https://github.com/rust-lang/crates.io-index"
2312 + checksum = "cd297f0832ba18e17409931a57d8c2272cbae5a5d57cf3370899b23af32f15e0"
2309 2313
2310 2314 [[package]]
2311 2315 name = "makeover-touch"
2312 2316 version = "0.13.0"
2317 + source = "registry+https://github.com/rust-lang/crates.io-index"
2318 + checksum = "694ed7bf31697afd8fcfe85d68d5dcba5d96f10ab13d8cbf52791d48d3acb75c"
2313 2319 dependencies = [
2314 2320 "makeover-geometry",
2315 2321 "makeover-layout",
@@ -2318,6 +2324,8 @@
2318 2324 [[package]]
2319 2325 name = "makeover-tui"
2320 2326 version = "0.19.0"
2327 + source = "registry+https://github.com/rust-lang/crates.io-index"
2328 + checksum = "35801286227b6e1340f52d7f299387325b01026c5074d63cde60f3390d27ff27"
2321 2329 dependencies = [
2322 2330 "makeover",
2323 2331 "makeover-layout",
@@ -2326,7 +2334,9 @@
2326 2334
2327 2335 [[package]]
2328 2336 name = "makeover-webview"
2329 - version = "0.36.0"
2337 + version = "0.37.0"
2338 + source = "registry+https://github.com/rust-lang/crates.io-index"
2339 + checksum = "678efbe9ea9634b446eff14e8b43c033a186195dd70004ef166c1684fa02aba9"
2330 2340 dependencies = [
2331 2341 "makeover-geometry",
2332 2342 "makeover-layout",
@@ -5512,10 +5522,6 @@
5512 5522 name = "synckit-config"
5513 5523 version = "0.2.0"
5514 5524
5515 - [[patch.unused]]
5516 - name = "makeover-build"
5517 - version = "0.29.0"
5518 -
5519 5525 [[patch.unused]]
5520 5526 name = "kberg"
5521 5527 version = "0.1.0"
@@ -16,7 +16,7 @@
16 16 quasi-router = { path = "../quasi-router", version = "0.3.0" }
17 17 quasi-http = { path = "../quasi-http", version = "0.3.0" }
18 18 makeover-layout = "0.21.0"
19 - makeover-webview = "0.36.0"
19 + makeover-webview = "0.37.0"
20 20 # `Node::Rich` carries markdown source and this is what turns it into markup.
21 21 # Sanitising comes with it, which is why the node can carry what a user typed.
22 22 #