#fantasy-console #gamedev #command-line-tool #building #utility #game #dream-box

app dbsdk-cli

用于简化在 DreamBox 奇幻控制台构建 Rust 游戏的命令行工具

3 个版本

0.1.2 2022 年 9 月 27 日
0.1.1 2022 年 9 月 20 日
0.1.0 2022 年 9 月 20 日

1753游戏开发

MIT 许可证

10KB
161

DBSDK-Rust-CLI

用于构建用 Rust 编写的 DreamBox 游戏的命令行工具

安装

cargo install dbsdk-cli

使用

dbsdk-cli new <NAME>
  Creates a new DreamBox Rust project with the given name. This sets up appropriate Cargo.toml, src/lib.rs, and .cargo/config.toml
  
dbsdk-cli build [OPTIONS] <INPATH>
  Build the DreamBox Rust project at the given path
  OPTIONS:
  -l, --label <LABEL>     Set the disc volume label
  -o, --outpath <PATH>    Set the build output path
  -p, --profile <PROFILE> Set the build profile ("debug" or "release")

依赖项

~2.2–3MB
~55K SLoC