makeover-build 0.3.1

Build-script support for the make-family design system: materialise makeover's themes and makeover-webview's stylesheet into a Tauri app's frontend, once, instead of copying the same twenty lines into every consumer's build.rs.
Documentation
1
2
3
4
5
6
7
8
# How Bento releases makeover-build. 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"]