mirror of
https://github.com/ayabusa/Rusty-slicer.git
synced 2024-11-21 18:53:25 +00:00
16 lines
349 B
Markdown
16 lines
349 B
Markdown
# Rust Slicer
|
|
|
|
The rust slicer is a rust app powered by the tauri framework. It is currently really WIP so use it at your own risk.
|
|
|
|
## 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```
|
|
|