Akylas / gps-mocker-rs

9 stars 0 forks source link

Tauri Template

Dev instructions

Get started

  1. Install Node.js
  2. Install Rust
  3. Follow the Tauri setup guide
  4. Run npm install

Commands

Release new version

  1. Update CHANGELOG.md
  2. Manually bump the version number in src-tauri/Cargo.toml
  3. Run npm run check to make sure Cargo.lock is up to date
  4. Commit with a tag in the format v#.#.#
  5. Add release notes to the generated GitHub release and publish it