This template should help get you started developing with Slint
and Rust
And this template use SurrealismUI
as default Component Library
name | version |
---|---|
slint | 1.5.1 |
rust | after 2021 |
SurrealismUI | 0.4.2 |
VSCode
- Slint
- rust
- rust-analyzer
you can use the following command to install cargo-generate
cargo install cargo-generate
input your project name to replace {project_name}
cargo generate --git https://github.com/Surrealism-All/surrealism-ui-template.git --name {project_name}
🔧 Destination: E:\Rust\test-surrealism ...
🔧 project-name: test-surrealism ...
🔧 Generating template ...
🔧 Moving generated files into: `E:\Rust\test-surrealism`...
🔧 Initializing a fresh Git repository
✨ Done! New project created E:\Rust\test-surrealism
cargo run
MIT License