| Crates.io | siege-editor |
| lib.rs | siege-editor |
| version | 0.1.2 |
| created_at | 2018-03-11 20:54:27.266447+00 |
| updated_at | 2018-03-13 22:24:41.182946+00 |
| description | Pixel art siege engine editor/animator/creator |
| homepage | |
| repository | https://github.com/tversteeg/siege.git |
| max_upload_size | |
| id | 55062 |
| size | 33,204 |
On Linux you need the xorg-dev package as required by minifb -- sudo apt install xorg-dev
cargo run --release
A Rust library for procedurally rendering siege engines.
Add this to your Cargo.toml:
[dependencies]
siege = "0.1"
And this to your crate root:
extern crate siege;