makeover-webview 0.8.0

The webview renderer for makeover-layout. Emits CSS, and is the one renderer that needs no palette: var() is the late binding, so resolution stays with the browser.
Documentation
1
2
3
4
5
6
7
8
# How Bento releases makeover-webview. 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"]