3个版本
使用旧的Rust 2015
0.1.2 | 2018年3月13日 |
---|---|
0.1.1 | 2018年3月12日 |
0.1.0 | 2018年3月11日 |
#388 在 渲染
16KB
277 行
siege-editor
运行
在Linux上,您需要安装 xorg-dev
包,这是由 minifb
所需的 — sudo apt install xorg-dev
cargo run --release
siege (库)
用于程序化渲染攻城引擎的Rust库。
文档
用法
将此添加到您的 Cargo.toml
[dependencies]
siege = "0.1"
并将此添加到您的crate根目录
extern crate siege;
依赖项
~18MB
~153K SLoC