Skip to main content

max / makeover-immediate

Take makeover-layout 0.1.0 from the registry The path dep was there because the description was unpublished. Three renderers have now exercised the vocabulary, which was the gate, so it is on crates.io and this crate has no path deps left.
Author: Max Johnson <me@maxj.phd> · 2026-07-28 22:23 UTC
Signed with PGP, not checked
Commit: 6d90e0e5915e73f0aef8b71843c6a52020bcbc5f
Parent: ccb1beb
1 file changed, +1 insertion, -3 deletions
M Cargo.toml +1 -3
@@ -8,9 +8,7 @@
8 8
9 9 [dependencies]
10 10 egui = { version = "0.35", default-features = false }
11 - # Path dep while both are unpublished. Becomes a version dep when
12 - # makeover-layout 0.1.0 goes to crates.io, which waits on a second renderer.
13 - makeover-layout = { path = "../makeover-layout" }
11 + makeover-layout = "0.1.0"
14 12
15 13 [lints.rust]
16 14 unused = "warn"