Skip to main content

max / makeover-touch

0.7.0: take makeover-layout 0.11
Author: Max Johnson <me@maxj.phd> · 2026-08-09 15:48 UTC
Signed with PGP, not checked
Commit: 585aab0575a91200b5a2b976c086a3bef2bf3ac0
Parent: 9e46869
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makeover-touch"
3 - version = "0.6.0"
3 + version = "0.7.0"
4 4 edition = "2024"
5 5 description = "The adaptation layer of the make-family design system: which affordances exist at a given input class and window size class. Names what appears and disappears, never how much space it takes."
6 6 license = "MIT"
@@ -8,7 +8,7 @@
8 8
9 9 [dependencies]
10 10 makeover-geometry = "0.6"
11 - makeover-layout = "0.10"
11 + makeover-layout = "0.11"
12 12
13 13 [lints.rust]
14 14 unused = "warn"