ci: added publish action

This commit is contained in:
2026-01-12 09:29:07 +03:00
parent 750d8afb25
commit c1db9a2e5b
5 changed files with 36 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`:
[dependencies]
egui = "0.33"
eframe = "0.33"
egui_knob = "0.3.6"
egui_knob = "0.3.8"
```
## Usage