3个版本

使用旧的Rust 2015

0.1.2 2018年3月13日
0.1.1 2018年3月12日
0.1.0 2018年3月11日

#388渲染

自定义许可证GPL-3.0 许可证

16KB
277

Build Status

siege-editor

Cargo License: GPL-3.0 Downloads

运行

在Linux上,您需要安装 xorg-dev 包,这是由 minifb 所需的 — sudo apt install xorg-dev

cargo run --release

siege (库)

用于程序化渲染攻城引擎的Rust库。

Cargo License: GPL-3.0 Downloads

文档

用法

将此添加到您的 Cargo.toml

[dependencies]
siege = "0.1"

并将此添加到您的crate根目录

extern crate siege;

依赖项

~18MB
~153K SLoC