Skip to main content

max / makeover-touch

0.8.1: take makeover-geometry 0.7
Author: Max Johnson <me@maxj.phd> · 2026-08-10 02:07 UTC
Signed with PGP, not checked
Commit: 0a7cca6bfbbca68bd9208f62e791643a7b8ef2ea
Parent: eff306e
1 file changed, +2 insertions, -2 deletions
M Cargo.toml +2 -2
@@ -1,13 +1,13 @@
1 1 [package]
2 2 name = "makeover-touch"
3 - version = "0.8.0"
3 + version = "0.8.1"
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"
7 7 repository = "https://makenot.work/git/max/makeover-touch"
8 8
9 9 [dependencies]
10 - makeover-geometry = "0.6"
10 + makeover-geometry = "0.7"
11 11 makeover-layout = "0.12"
12 12
13 13 [lints.rust]