Crates.io | dbsdk-cli |
lib.rs | dbsdk-cli |
version | 0.1.3 |
source | src |
created_at | 2022-09-20 01:21:54.920799 |
updated_at | 2024-08-28 22:55:41.695548 |
description | Command-line utility to simplify building Rust games for the DreamBox fantasy console |
homepage | |
repository | https://github.com/GlaireDaggers/DBSDK-Rust-CLI |
max_upload_size | |
id | 669495 |
size | 20,071 |
Command-line utility for building DreamBox games written in Rust
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")