Skip to main content

max / balanced_breakfast

Track makeover 0.10.0 Picks up the neobrute theme. Not verified by a build: this repo does not compile, for a reason unrelated to this change -- src-tauri depends on supernote-push by path at ../../Libraries/supernote-push, which does not exist here. 0.10.0 changes no public API over 0.9.0 (it adds a theme file), so the bump cannot affect compilation; build.rs will materialize 31 themes instead of 30 on the next successful build.
Author: Max Johnson <me@maxj.phd> · 2026-07-19 20:26 UTC
Commit: 4ebdf829ab91607d174492b64f9b58e7a8643350
Parent: da7b80b
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -49,7 +49,7 @@ open = "5"
49 49 # Utilities
50 50 chrono = { version = "0.4.43", features = ["serde"] }
51 51 uuid = { version = "1.20.0", features = ["v4", "serde"] }
52 - makeover = "0.9.0"
52 + makeover = "0.10.0"
53 53 toml = "0.8.2"
54 54 dirs = "6.0.0"
55 55