mirror of
https://github.com/4yn/slidershim.git
synced 2024-12-18 07:05:52 +01:00
14 lines
215 B
Markdown
14 lines
215 B
Markdown
# Todo
|
|
|
|
- input polling rate counter
|
|
- settings serializer
|
|
- ouptut websocket
|
|
- led websocket
|
|
- comments
|
|
|
|
```
|
|
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
|
|
$env:RUST_BACKTRACE = "1";
|
|
yarn tauri dev
|
|
```
|