fix: update prerequisites link in CONTRIBUTING.md and update dependencies in Cargo.lock

- Updated the link for installing Rust and Node.js in CONTRIBUTING.md.
- Added new dependencies: wayland-backend, wayland-client, wayland-protocols.
- Updated versions for several dependencies including async-channel, async-io, async-process, and others.
- Removed deprecated dispatch2 version and added new dlib dependency.
- Updated various dependencies to their latest versions for improved stability and features.
This commit is contained in:
Tunglies
2025-07-20 04:19:25 +08:00
parent 389281b96c
commit 364abafffe
2 changed files with 214 additions and 152 deletions

View File

@@ -8,7 +8,7 @@ Before you start contributing to the project, you need to set up your developmen
### Prerequisites
1. **Install Rust and Node.js**: Our project requires both Rust and Node.js. Please follow the instructions provided [here](https://tauri.app/v1/guides/getting-started/prerequisites) to install them on your system.
1. **Install Rust and Node.js**: Our project requires both Rust and Node.js. Please follow the instructions provided [here](https://tauri.app/start/prerequisites/) to install them on your system.
### Setup for Windows Users