Updated readme with new Cargo.toml info.

This commit is contained in:
Brian Carlsen 2024-07-13 22:06:27 +02:00
parent 79b8d384dd
commit 125136ae79
No known key found for this signature in database
GPG key ID: B14D281A79B2DDB7

View file

@ -23,7 +23,7 @@ This crate is not yet published to crates.io, so you need to use it from git. Yo
```toml
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // tauri v1 api, main repo
// OR
tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys", branch = "v2" } // tauri v2 api
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", branch = "v2" } // tauri v2 api
```
## Usage