This project is a Rust implementation of the Percentage application. It explores dynamic rendering of tray icons using Rust and Tauri 2.
- Dynamic tray icon rendering.
- Built with Rust as a learning project.
- Utilizes Tauri 2 for cross-platform desktop application development.
- Rust (latest stable version recommended)
- Tauri CLI
-
Clone the repository:
git clone https://github.com/your-username/percentage-rust.git cd percentage-rust/src-tauri -
Install dependencies:
cargo install tauri-cli
-
Build the project:
cargo tauri build
Run the application:
cargo tauri devsrc/: Contains the Rust source code.src-tauri/: Contains Tauri configuration and assets.assets/: Fonts and other resources.
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by the original Percentage project.
- Built with Rust and Tauri 2.