mirror of
https://github.com/ayabusa/Rusty-slicer.git
synced 2024-11-21 18:53:25 +00:00
updated README
This commit is contained in:
parent
01d6db7368
commit
34027af2f4
16
README.md
16
README.md
@ -1,7 +1,15 @@
|
|||||||
# Tauri + Vanilla
|
# Rust Slicer
|
||||||
|
|
||||||
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.
|
The rust slicer is a rust app powered by the tauri framework. It is currently really WIP so use it at your own risk.
|
||||||
|
|
||||||
## Recommended IDE Setup
|
## How to build
|
||||||
|
|
||||||
|
1. Install Rust using rustup
|
||||||
|
2. Install Tauri
|
||||||
|
3. Clone the repo
|
||||||
|
|
||||||
|
``` git clone "https://github.com/ayabusa/Rusty-slicer.git" ```
|
||||||
|
|
||||||
|
```cd Rusty-slicer```
|
||||||
|
4. Build using ```cargo tauri dev```
|
||||||
|
|
||||||
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user