Skip to content

Releases: thomergil/quad

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:28

Install

brew install thomergil/quad/quad

With a Rust toolchain:

cargo install --git https://github.com/thomergil/quad --tag v0.1.0 quadc

Or 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