Build Status

siege-editor

Cargo License: GPL-3.0 Downloads

Run

On Linux you need the xorg-dev package as required by minifb -- sudo apt install xorg-dev

cargo run --release

siege (Library)

A Rust library for procedurally rendering siege engines.

Cargo License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

toml [dependencies] siege = "0.1"

And this to your crate root:

rust extern crate siege;