Skip to content

Commit

Permalink
Fix: error[E0308]: mismatched types during cargo-xwin installation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil2004 authored Jul 20, 2024
1 parent 0e60fbc commit 12d7760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/building/cross-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ rustup target add x86_64-pc-windows-msvc
Instead of setting the Windows SDKs up manually we will use [`cargo-xwin`] as Tauri's "runner":

```sh
cargo install cargo-xwin
cargo install --locked cargo-xwin
```

By default `cargo-xwin` will download the Windows SDKs into a project-local folder. If you have multiple projects and want to share those files you can set the `XWIN_CACHE_DIR` environment variable with a path to the preferred location.
Expand Down

0 comments on commit 12d7760

Please sign in to comment.