Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 390 Bytes

cargo-geng

Cargo helper for geng projects

Install

cargo install --git https://github.com/geng-engine/cargo-geng

Usage

cargo geng build --release # will package executable & assets in `target/geng` folder
cargo geng build --release --platform web # package web build instead of current target
cargo geng serve --platform web # build web package and serve it