makeover-immediate 0.4.1

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.
Documentation
1
2
3
4
5
6
7
8
# How Bento releases makeover-immediate. Lives here rather than in the daemon's config so it is
# versioned with the code it describes.

# A crate, not an app: one publish.rhai rather than a recipe per platform, and
# the target below names the host that uploads rather than a build matrix.
kind = "library"

targets = ["linux/x86_64"]