1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-12-18 07:05:52 +01:00
slidershim/README.md
2022-02-07 03:38:48 +08:00

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
```