Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Rust App

build a rust desktop app with slint.
cargo run to run it.

Steps

  1. Install Rust
  2. Install cargo-generate
    cargo install cargo-generate
  3. Set up a sample project with template.
    cargo generate --git https://github.com/slint-ui/slint-rust-template --name <project-name>
    cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name <project-name>
  4. docker
    docker init
    docker build --tag <iamge-name> .
    docker run <image-name>
    docker stop <image-name>

References

  1. Slint:
  2. Docker:

About

build a rust desktop app with slint.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages