main
tag: v0.10.0
tag: v0.11.0
tag: v0.12.0
tag: v0.13.0
tag: v0.14.0
tag: v0.15.0
tag: v0.16.0
tag: v0.17.0
tag: v0.17.1
tag: v0.17.2
tag: v0.18.0
tag: v0.19.0
tag: v0.20.0
tag: v0.21.0
tag: v0.22.0
tag: v0.23.0
tag: v0.24.0
tag: v0.25.0
tag: v0.26.0
tag: v0.27.0
tag: v0.28.0
tag: v0.29.0
tag: v0.30.0
tag: v0.31.0
tag: v0.32.0
tag: v0.33.0
tag: v0.34.0
tag: v0.35.0
tag: v0.36.0
tag: v0.37.0
tag: v0.38.0
tag: v0.39.0
tag: v0.4.0
tag: v0.4.1
tag: v0.40.0
tag: v0.41.0
tag: v0.42.0
tag: v0.42.1
tag: v0.43.0
tag: v0.44.0
tag: v0.45.0
tag: v0.5.0
tag: v0.5.2
tag: v0.6.0
tag: v0.7.0
tag: v0.8.0
tag: v0.9.0
Files
Commits
Tags
Notes
Issues
0.5.2: take makeover-layout 0.8.2
0.5.1 pinned 0.8.1, which failed its publish preflight and never reached
crates.io. Content is unchanged from 0.5.1.
1 file changed,
+2 insertions,
-2 deletions
1
1
[package]
2
2
name = "makeover-immediate"
3
-
version = "0.5.1"
3
+
version = "0.5.2"
4
4
edition = "2024"
5
5
description = "The immediate-mode renderer for makeover-layout. Immediate mode is the constraint that matters, not the library: no cascade, no retained tree, one stroke per widget. Backed by egui."
6
6
license = "MIT"
8
8
9
9
[dependencies]
10
10
egui = { version = "0.35", default-features = false }
11
-
makeover-layout = "0.8.1"
11
+
makeover-layout = "0.8.2"
12
12
13
13
[lints.rust]
14
14
unused = "warn"