Take makeover-build 0.28.0
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+10 insertions,
-10 deletions
| 5314 |
5314 |
|
|
| 5315 |
5315 |
|
[[package]]
|
| 5316 |
5316 |
|
name = "makeover-build"
|
| 5317 |
|
- |
version = "0.27.0"
|
|
5317 |
+ |
version = "0.28.0"
|
| 5318 |
5318 |
|
dependencies = [
|
| 5319 |
5319 |
|
"makeover",
|
| 5320 |
5320 |
|
"makeover-geometry",
|
| 10675 |
10675 |
|
"pkg-config",
|
| 10676 |
10676 |
|
]
|
| 10677 |
10677 |
|
|
|
10678 |
+ |
[[patch.unused]]
|
|
10679 |
+ |
name = "quasi-store"
|
|
10680 |
+ |
version = "0.1.0"
|
|
10681 |
+ |
|
|
10682 |
+ |
[[patch.unused]]
|
|
10683 |
+ |
name = "quasi-tauri"
|
|
10684 |
+ |
version = "0.1.0"
|
|
10685 |
+ |
|
| 10678 |
10686 |
|
[[patch.unused]]
|
| 10679 |
10687 |
|
name = "alloy_tui"
|
| 10680 |
10688 |
|
version = "7.0.0"
|
| 10687 |
10695 |
|
name = "makeover-tui"
|
| 10688 |
10696 |
|
version = "0.18.0"
|
| 10689 |
10697 |
|
|
| 10690 |
|
- |
[[patch.unused]]
|
| 10691 |
|
- |
name = "quasi-store"
|
| 10692 |
|
- |
version = "0.1.0"
|
| 10693 |
|
- |
|
| 10694 |
|
- |
[[patch.unused]]
|
| 10695 |
|
- |
name = "quasi-tauri"
|
| 10696 |
|
- |
version = "0.1.0"
|
| 10697 |
|
- |
|
| 10698 |
10698 |
|
[[patch.unused]]
|
| 10699 |
10699 |
|
name = "synckit-client"
|
| 10700 |
10700 |
|
version = "0.8.0"
|
| 240 |
240 |
|
# Emits static/geometry.css (makeover-geometry) and static/layout.css
|
| 241 |
241 |
|
# (makeover-webview). The same generator GO and BB run; only the output paths
|
| 242 |
242 |
|
# differ, since the server serves its stylesheets rather than bundling them.
|
| 243 |
|
- |
makeover-build = "0.27.0"
|
|
243 |
+ |
makeover-build = "0.28.0"
|
| 244 |
244 |
|
# Read directly for the embeds' own copy of the spacing layer, which they need
|
| 245 |
245 |
|
# because an iframe cannot link a stylesheet. makeover-build does not re-export
|
| 246 |
246 |
|
# it, so the pin lives here and has to track the one makeover-build resolves.
|