mirror of
https://github.com/4yn/slidershim.git
synced 2025-02-02 04:27:58 +01:00
17 lines
252 B
Markdown
17 lines
252 B
Markdown
# Todo
|
|
|
|
- major
|
|
- acio support
|
|
- qol
|
|
- proper error handling
|
|
- comments
|
|
- when umiguri comes out
|
|
- ouptut websocket
|
|
- led websocket
|
|
|
|
```
|
|
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
|
|
$env:RUST_BACKTRACE = "1";
|
|
yarn tauri dev
|
|
```
|