0.21.0: take makeover-webview 0.28.0, the one that cannot be doubled
0.28.0 and makeover-layout 0.16.0 declare `links`, so an app whose direct pin
and this crate's transitive pin disagree now fails to resolve instead of
generating its stylesheet and its markup off two vocabularies. This crate is
where that skew came from, so it moves first among the consumers.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-12 01:18 UTC
description = "Build-script support for the make-family design system: materialise makeover's themes and makeover-webview's stylesheet into a Tauri app's frontend, once, instead of copying the same twenty lines into every consumer's build.rs."
6
6
license = "MIT"
@@ -27,7 +27,7 @@
27
27
# and HTML were generated by two crates that never agreed. quasi-webview takes
28
28
# 0.27.0, so a generated app resolved 0.26 through this build dependency and
29
29
# 0.27 through its renderer until this line moved.