Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Tauri v2 info.
  • Loading branch information
bicarlsen authored Jul 13, 2024
1 parent 3e93a42 commit 4e73e8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
This crate is not yet published to crates.io, so you need to use it from git. You also need a global installation of [`esbuild`].

```toml
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" }
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // Tauri v1
// OR
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", branch = "v2" } // Tauri v2
```

## Usage
Expand Down

0 comments on commit 4e73e8a

Please sign in to comment.