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"
@@ -8,8 +8,11 @@
8
8
9
9
[dependencies]
10
10
makeover = "2.4"
11
-
makeover-webview = "0.21"
12
-
makeover-geometry = "0.6"
11
+
# 0.21.1 and not 0.21: an earlier 0.21 patch still pins makeover-touch 0.6, which
12
+
# drags a second makeover-geometry into the graph alongside the 0.7 below and
13
+
# fails to compile. The exact patch is what keeps the geometry axis single.