gear icon indicating copy to clipboard operation
gear copied to clipboard

Cargo extension for building programs

Open clearloop opened this issue 1 year ago • 0 comments

Problem to Solve

cargo-gbuild for building programs without extra dependencies ( previous in build scripts ) for users

cargo install cargo-gbuild
cd my-gear-program
cargo gbuild

Possible Solution

$ cargo gbuild

OPTIONS
--manifest-path    cargo manifest of the gear program
--target           target directory
--help             show this message

Notes

No response

clearloop avatar Mar 23 '24 12:03 clearloop