Skip to content

Surrealism-All/surrealism-ui-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slint + SurrealismUI + Rust

This template should help get you started developing with Slint and Rust

And this template use SurrealismUI as default Component Library

dependencies version

name version
slint 1.6.0
rust after 2021
SurrealismUI 0.5.0

Recommend IDE

VSCode

Recommend Plugin

  • Slint
  • rust
  • rust-analyzer

QuickStart

1. Install cargo-generate

you can use the following command to install cargo-generate

cargo install cargo-generate

2. generate your own project

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

3. run project

cargo run

Default License

MIT License