Fix Rust-Analyzer conflicts with build targets and other compile speed issues

This commit is contained in:
Keavon Chambers
2024-07-15 15:55:04 -07:00
parent 212f08c6c8
commit 857bc772de
4 changed files with 40 additions and 37 deletions
@@ -29,16 +29,27 @@ You'll likely get faster build times if you manually install this specific versi
cargo install -f wasm-bindgen-cli@0.2.92
```
<!-- THESE INSTRUCTIONS ARE HIDDEN UNTIL WE NEED THEM AGAIN FOR TAURI DEVELOPMENT ONCE THAT HAS BEEN MERGED INTO MASTER -->
<!--
On Linux, you may need to install this set of additional packages if you run into issues:
<details>
<summary>Click to view</summary>
```sh
# On Debian-based (Ubuntu, Mint, etc.) distributions:
sudo apt install libgtk-3-dev libsoup2.4-dev libjavascriptcoregtk-4.0-dev libwebkit2gtk-4.0-dev
# On Fedora-based (RHEL, CentOS, etc.) distributions:
sudo dnf install gtk3-devel libsoup-devel javascriptcoregtk4.0-devel webkit2gtk4.0-devel
# On NixOS or when using the Nix package manager:
nix-shell
```
</details>
-->
## Repository
Clone the project to a convenient location: