A simple yet powerful template to quickly scaffold new Slint projects
  • Slint 64.3%
  • Rust 35.7%
Find a file Use this template
2026-03-01 22:30:36 +01:00
src initial commit 2026-03-01 22:28:09 +01:00
ui initial commit 2026-03-01 22:28:09 +01:00
.gitignore initial commit 2026-03-01 22:28:09 +01:00
build.rs initial commit 2026-03-01 22:28:09 +01:00
Cargo.lock initial commit 2026-03-01 22:28:09 +01:00
Cargo.toml initial commit 2026-03-01 22:28:09 +01:00
LICENSE Add LICENSE 2026-03-01 22:29:22 +01:00
README.md Add README.md with project overview and setup instructions 2026-03-01 22:30:36 +01:00

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 point
  • ui/main.slint - main window UI
  • build.rs - Slint build integration
  • Cargo.toml - Rust package configuration