Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.26 KB

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.5.1
rust after 2021
SurrealismUI 0.4.2

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