1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-02-02 04:27:58 +01:00
slidershim/README.md

16 lines
263 B
Markdown
Raw Normal View History

2022-01-30 16:40:44 +08:00
# Todo
- input polling rate counter
- led polling rate settings
- settings serializer
- brokenithm server
- ouptut websocket
- led websocket
- comments
2022-02-05 11:44:42 +08:00
```
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
$env:RUST_BACKTRACE = "1";
yarn tauri dev
```