Skip to main content

max / goingson

Take quasi 0.17 A field says how much of its row it asked for. Nothing here uses it yet: the default is Fill, matching what every renderer did before the member existed, so every described screen draws exactly as it did.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 21:23 UTC
Signed with PGP, not checked
Commit: e44820d7146707575b68c3bba75fa984d79d6a72
Parent: e2cbeea
2 files changed, +25 insertions, -23 deletions
M Cargo.lock +20 -18
@@ -3416,6 +3416,8 @@
3416 3416 [[package]]
3417 3417 name = "makeover-layout"
3418 3418 version = "0.27.3"
3419 + source = "registry+https://github.com/rust-lang/crates.io-index"
3420 + checksum = "688717314a2bc2e4a02701bd3cfe90de4997cf327c7d8c340f7359376a89af93"
3419 3421
3420 3422 [[package]]
3421 3423 name = "makeover-touch"
@@ -4649,7 +4651,7 @@
4649 4651
4650 4652 [[package]]
4651 4653 name = "quasi-http"
4652 - version = "0.15.0"
4654 + version = "0.17.0"
4653 4655 dependencies = [
4654 4656 "form_urlencoded",
4655 4657 "http",
@@ -4658,14 +4660,14 @@
4658 4660
4659 4661 [[package]]
4660 4662 name = "quasi-router"
4661 - version = "0.15.0"
4663 + version = "0.17.0"
4662 4664 dependencies = [
4663 4665 "makeover-layout",
4664 4666 ]
4665 4667
4666 4668 [[package]]
4667 4669 name = "quasi-tauri"
4668 - version = "0.15.0"
4670 + version = "0.17.0"
4669 4671 dependencies = [
4670 4672 "http",
4671 4673 "quasi-http",
@@ -4675,7 +4677,7 @@
4675 4677
4676 4678 [[package]]
4677 4679 name = "quasi-webview"
4678 - version = "0.15.0"
4680 + version = "0.17.0"
4679 4681 dependencies = [
4680 4682 "docengine",
4681 4683 "makeover-layout",
@@ -8372,21 +8374,21 @@
8372 8374 ]
8373 8375
8374 8376 [[patch.unused]]
8375 - name = "quasi-axum"
8376 - version = "0.15.0"
8377 -
8378 - [[patch.unused]]
8379 - name = "quasi-basics"
8380 - version = "0.15.0"
8381 -
8382 - [[patch.unused]]
8383 - name = "quasi-immediate"
8384 - version = "0.15.0"
8385 -
8386 - [[patch.unused]]
8387 - name = "quasi-store"
8377 + name = "ops-status"
8388 8378 version = "0.1.0"
8389 8379
8390 8380 [[patch.unused]]
8391 - name = "ops-status"
8381 + name = "quasi-axum"
8382 + version = "0.17.0"
8383 +
8384 + [[patch.unused]]
8385 + name = "quasi-basics"
8386 + version = "0.17.0"
8387 +
8388 + [[patch.unused]]
8389 + name = "quasi-immediate"
8390 + version = "0.17.0"
8391 +
8392 + [[patch.unused]]
8393 + name = "quasi-store"
8392 8394 version = "0.1.0"
@@ -32,7 +32,7 @@
32 32 # `quasi` feature. Optional here as well as below so a default build compiles
33 33 # neither: one `dep:` name covers both tables, which is what lets the feature
34 34 # gate the build script and the crate together.
35 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.16", optional = true }
35 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.17", optional = true }
36 36
37 37 [dependencies]
38 38 goingson-core = { workspace = true }
@@ -50,10 +50,10 @@
50 50 # dependency's source even with the feature off -- so a public clone could not
51 51 # build at all against a URL it could not reach. quasi went public that day and
52 52 # the URL moved here with it.
53 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.16", optional = true }
54 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.16", optional = true }
55 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.16", optional = true }
56 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.16", optional = true }
53 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.17", optional = true }
54 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.17", optional = true }
55 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.17", optional = true }
56 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.17", optional = true }
57 57
58 58 # Tauri
59 59 tauri = { workspace = true, features = ["image-png", "devtools"] }