makeover-build 0.61.0
The disabled arm states the rest look on both axes. BB wears `.button` and
`.tab`; the tab is `Depth::Sunken` and gives back the pressed rule's inset
bevel where it used to keep it.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01DwpiantpUgohzML4xr6KeQ
2 files changed,
+13 insertions,
-13 deletions
| 3186 |
3186 |
|
|
| 3187 |
3187 |
|
[[package]]
|
| 3188 |
3188 |
|
name = "makeover-build"
|
| 3189 |
|
- |
version = "0.60.0"
|
|
3189 |
+ |
version = "0.61.0"
|
| 3190 |
3190 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3191 |
|
- |
checksum = "347bc87ae657975fb73638f028d7df91cfd8c6486f56f38682a73395011bf201"
|
|
3191 |
+ |
checksum = "a89ef584bdb9d949fcefe00251a27d01d39cde43aecca05aa96e5d65ae2a8f8a"
|
| 3192 |
3192 |
|
dependencies = [
|
| 3193 |
3193 |
|
"makeover",
|
| 3194 |
3194 |
|
"makeover-geometry",
|
| 3229 |
3229 |
|
|
| 3230 |
3230 |
|
[[package]]
|
| 3231 |
3231 |
|
name = "makeover-webview"
|
| 3232 |
|
- |
version = "0.67.0"
|
|
3232 |
+ |
version = "0.68.0"
|
| 3233 |
3233 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3234 |
|
- |
checksum = "87b1f05ef8adcc840f118da789b73ffb25d4111103113e597ee6e9d858d02183"
|
|
3234 |
+ |
checksum = "d8ca6d6b1e336b2b55a7b5ee96e15901300081e9bd7e2331e89c1bcd9bdadfbe"
|
| 3235 |
3235 |
|
dependencies = [
|
| 3236 |
3236 |
|
"makeover-geometry",
|
| 3237 |
3237 |
|
"makeover-layout",
|
| 8075 |
8075 |
|
|
| 8076 |
8076 |
|
[[patch.unused]]
|
| 8077 |
8077 |
|
name = "quasi-axum"
|
| 8078 |
|
- |
version = "0.78.0"
|
|
8078 |
+ |
version = "0.79.0"
|
| 8079 |
8079 |
|
|
| 8080 |
8080 |
|
[[patch.unused]]
|
| 8081 |
8081 |
|
name = "quasi-basics"
|
| 8082 |
|
- |
version = "0.78.0"
|
|
8082 |
+ |
version = "0.79.0"
|
| 8083 |
8083 |
|
|
| 8084 |
8084 |
|
[[patch.unused]]
|
| 8085 |
8085 |
|
name = "quasi-http"
|
| 8086 |
|
- |
version = "0.78.0"
|
|
8086 |
+ |
version = "0.79.0"
|
| 8087 |
8087 |
|
|
| 8088 |
8088 |
|
[[patch.unused]]
|
| 8089 |
8089 |
|
name = "quasi-immediate"
|
| 8090 |
|
- |
version = "0.78.0"
|
|
8090 |
+ |
version = "0.79.0"
|
| 8091 |
8091 |
|
|
| 8092 |
8092 |
|
[[patch.unused]]
|
| 8093 |
8093 |
|
name = "quasi-notifs"
|
| 8094 |
|
- |
version = "0.78.0"
|
|
8094 |
+ |
version = "0.79.0"
|
| 8095 |
8095 |
|
|
| 8096 |
8096 |
|
[[patch.unused]]
|
| 8097 |
8097 |
|
name = "quasi-router"
|
| 8098 |
|
- |
version = "0.78.0"
|
|
8098 |
+ |
version = "0.79.0"
|
| 8099 |
8099 |
|
|
| 8100 |
8100 |
|
[[patch.unused]]
|
| 8101 |
8101 |
|
name = "quasi-store"
|
| 8103 |
8103 |
|
|
| 8104 |
8104 |
|
[[patch.unused]]
|
| 8105 |
8105 |
|
name = "quasi-tauri"
|
| 8106 |
|
- |
version = "0.78.0"
|
|
8106 |
+ |
version = "0.79.0"
|
| 8107 |
8107 |
|
|
| 8108 |
8108 |
|
[[patch.unused]]
|
| 8109 |
8109 |
|
name = "quasi-webview"
|
| 8110 |
|
- |
version = "0.78.0"
|
|
8110 |
+ |
version = "0.79.0"
|
| 8111 |
8111 |
|
|
| 8112 |
8112 |
|
[[patch.unused]]
|
| 8113 |
8113 |
|
name = "kberg"
|
| 18 |
18 |
|
# Materialises the generated files: themes/, geometry.css, layout.css,
|
| 19 |
19 |
|
# typography.css. makeover and makeover-geometry reach the build script through
|
| 20 |
20 |
|
# here rather than as pins of their own.
|
| 21 |
|
- |
makeover-build = "0.60.0"
|
|
21 |
+ |
makeover-build = "0.61.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
|