Releases: thomergil/quad
Releases · thomergil/quad
Release list
v0.1.0
Install
brew install thomergil/quad/quadWith a Rust toolchain:
cargo install --git https://github.com/thomergil/quad --tag v0.1.0 quadcOr take a binary below, which is one self-contained file:
tar -xzf quadc-0.1.0-<target>.tar.gz
./quadc build diagram.quad -o diagram.svg| Platform | File |
|---|---|
| macOS (Apple silicon) | quadc-0.1.0-aarch64-apple-darwin.tar.gz |
| macOS (Intel) | quadc-0.1.0-x86_64-apple-darwin.tar.gz |
| Linux x86-64 | quadc-0.1.0-x86_64-unknown-linux-gnu.tar.gz |
| The manual | quad-book.pdf |
Anywhere else, Homebrew and cargo both build from source.
Full Changelog: https://github.com/thomergil/quad/commits/v0.1.0