waterui-cli 0.4.0

Cross-platform tooling for WaterUI applications
Documentation
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.30.2"
# CI backends to support
ci = "github"
# Build each app individually instead of `cargo build --workspace`
precise-builds = true
# The installers to generate for each app
installers = ["homebrew"]
# Homebrew tap published by the dist-generated formula.
tap = "water-rs/homebrew-water"
formula = "water"
publish-jobs = ["homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-pc-windows-msvc"]
# `release.yml` is ours rather than dist-generated: it calls `dist build`
# per target inside the tag-triggered jobs. Without this, `dist build`
# refuses to run until release.yml matches dist's own template.
allow-dirty = ["ci"]