Skip to main content

max / goingson

Take quasi 0.24.0: an egui row budgets its strip
Author: Max Johnson <me@maxj.phd> · 2026-08-18 01:03 UTC
Signed with PGP, not checked
Commit: 108b0da2f6f30d9749cbf0703409e8d85a242fcc
Parent: 27b05b0
2 files changed, +37 insertions, -37 deletions
M Cargo.lock +32 -32
@@ -1367,7 +1367,7 @@
1367 1367 "libc",
1368 1368 "option-ext",
1369 1369 "redox_users",
1370 - "windows-sys 0.61.2",
1370 + "windows-sys 0.60.2",
1371 1371 ]
1372 1372
1373 1373 [[package]]
@@ -1608,7 +1608,7 @@
1608 1608 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1609 1609 dependencies = [
1610 1610 "libc",
1611 - "windows-sys 0.61.2",
1611 + "windows-sys 0.60.2",
1612 1612 ]
1613 1613
1614 1614 [[package]]
@@ -3595,7 +3595,7 @@
3595 3595 "png 0.18.1",
3596 3596 "serde",
3597 3597 "thiserror 2.0.20",
3598 - "windows-sys 0.61.2",
3598 + "windows-sys 0.60.2",
3599 3599 ]
3600 3600
3601 3601 [[package]]
@@ -3728,7 +3728,7 @@
3728 3728 source = "registry+https://github.com/rust-lang/crates.io-index"
3729 3729 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3730 3730 dependencies = [
3731 - "windows-sys 0.61.2",
3731 + "windows-sys 0.60.2",
3732 3732 ]
3733 3733
3734 3734 [[package]]
@@ -4653,7 +4653,7 @@
4653 4653
4654 4654 [[package]]
4655 4655 name = "quasi-http"
4656 - version = "0.23.0"
4656 + version = "0.24.0"
4657 4657 dependencies = [
4658 4658 "form_urlencoded",
4659 4659 "http",
@@ -4662,14 +4662,14 @@
4662 4662
4663 4663 [[package]]
4664 4664 name = "quasi-router"
4665 - version = "0.23.0"
4665 + version = "0.24.0"
4666 4666 dependencies = [
4667 4667 "makeover-layout",
4668 4668 ]
4669 4669
4670 4670 [[package]]
4671 4671 name = "quasi-tauri"
4672 - version = "0.23.0"
4672 + version = "0.24.0"
4673 4673 dependencies = [
4674 4674 "http",
4675 4675 "quasi-http",
@@ -4679,7 +4679,7 @@
4679 4679
4680 4680 [[package]]
4681 4681 name = "quasi-webview"
4682 - version = "0.23.0"
4682 + version = "0.24.0"
4683 4683 dependencies = [
4684 4684 "docengine",
4685 4685 "makeover-layout",
@@ -5107,7 +5107,7 @@
5107 5107 "errno",
5108 5108 "libc",
5109 5109 "linux-raw-sys",
5110 - "windows-sys 0.61.2",
5110 + "windows-sys 0.60.2",
5111 5111 ]
5112 5112
5113 5113 [[package]]
@@ -5164,7 +5164,7 @@
5164 5164 "security-framework",
5165 5165 "security-framework-sys",
5166 5166 "webpki-root-certs",
5167 - "windows-sys 0.61.2",
5167 + "windows-sys 0.60.2",
5168 5168 ]
5169 5169
5170 5170 [[package]]
@@ -5694,7 +5694,7 @@
5694 5694 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5695 5695 dependencies = [
5696 5696 "libc",
5697 - "windows-sys 0.61.2",
5697 + "windows-sys 0.60.2",
5698 5698 ]
5699 5699
5700 5700 [[package]]
@@ -6469,7 +6469,7 @@
6469 6469 "getrandom 0.4.3",
6470 6470 "once_cell",
6471 6471 "rustix",
6472 - "windows-sys 0.61.2",
6472 + "windows-sys 0.60.2",
6473 6473 ]
6474 6474
6475 6475 [[package]]
@@ -6491,7 +6491,7 @@
6491 6491 "parking_lot",
6492 6492 "rustix",
6493 6493 "signal-hook",
6494 - "windows-sys 0.61.2",
6494 + "windows-sys 0.60.2",
6495 6495 ]
6496 6496
6497 6497 [[package]]
@@ -6973,7 +6973,7 @@
6973 6973 "png 0.18.1",
6974 6974 "serde",
6975 6975 "thiserror 2.0.20",
6976 - "windows-sys 0.61.2",
6976 + "windows-sys 0.60.2",
6977 6977 ]
6978 6978
6979 6979 [[package]]
@@ -7008,7 +7008,7 @@
7008 7008 dependencies = [
7009 7009 "memoffset",
7010 7010 "tempfile",
7011 - "windows-sys 0.61.2",
7011 + "windows-sys 0.60.2",
7012 7012 ]
7013 7013
7014 7014 [[package]]
@@ -7538,7 +7538,7 @@
7538 7538 source = "registry+https://github.com/rust-lang/crates.io-index"
7539 7539 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7540 7540 dependencies = [
7541 - "windows-sys 0.61.2",
7541 + "windows-sys 0.60.2",
7542 7542 ]
7543 7543
7544 7544 [[package]]
@@ -8363,22 +8363,6 @@
8363 8363 "winnow 1.0.4",
8364 8364 ]
8365 8365
8366 - [[patch.unused]]
8367 - name = "quasi-axum"
8368 - version = "0.23.0"
8369 -
8370 - [[patch.unused]]
8371 - name = "quasi-basics"
8372 - version = "0.23.0"
8373 -
8374 - [[patch.unused]]
8375 - name = "quasi-immediate"
8376 - version = "0.23.0"
8377 -
8378 - [[patch.unused]]
8379 - name = "quasi-store"
8380 - version = "0.1.0"
8381 -
8382 8366 [[patch.unused]]
8383 8367 name = "quasi-type"
8384 8368 version = "0.1.0"
@@ -8386,3 +8370,19 @@
8386 8370 [[patch.unused]]
8387 8371 name = "ops-status"
8388 8372 version = "0.1.0"
8373 +
8374 + [[patch.unused]]
8375 + name = "quasi-axum"
8376 + version = "0.24.0"
8377 +
8378 + [[patch.unused]]
8379 + name = "quasi-basics"
8380 + version = "0.24.0"
8381 +
8382 + [[patch.unused]]
8383 + name = "quasi-immediate"
8384 + version = "0.24.0"
8385 +
8386 + [[patch.unused]]
8387 + name = "quasi-store"
8388 + 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.23", optional = true }
35 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.24", 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.23", optional = true }
54 - quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.23", optional = true }
55 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.23", optional = true }
56 - quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.23", optional = true }
53 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.24", optional = true }
54 + quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.24", optional = true }
55 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.24", optional = true }
56 + quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.24", optional = true }
57 57
58 58 # Tauri
59 59 tauri = { workspace = true, features = ["image-png", "devtools"] }