A simple yet powerful template to quickly scaffold new Slint projects
- Slint 64.3%
- Rust 35.7%
| src | ||
| ui | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
slint-template
A minimal Rust + Slint desktop application template.
Requirements
- Rust toolchain (stable)
- Cargo
Getting Started
Install dependencies and run the app:
cargo run
Build the project:
cargo build
Project Structure
src/main.rs- application entry pointui/main.slint- main window UIbuild.rs- Slint build integrationCargo.toml- Rust package configuration