cargo-gra 0.2.3

Cargo subcommand for gtk-rust-app.
cargo-gra-0.2.3 is not a library.
Visit the last successful build: cargo-gra-0.6.2

cargo-gra

pipeline status API crates.io

cargo-gra is the CLI for gtk-rust-app.

Usage

  1. Create a project with gtk-rust-app (See gtk-rust-app)
  2. Generate build files
    cargo gra generate
    or
    cargo gra gen
    
  3. Build
    1. Either build a flatpak app in target/myapp.flatpak file
      cargo gra flatpak
      
    2. Or build a binary as usual
      cargo build --release
      

See cargo gra --help for further information.