nit: cleaned up ui a bit

This commit is contained in:
2025-11-21 01:03:52 +03:00
parent 14a143708f
commit a2a102cdb6
7 changed files with 53 additions and 39 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.5"
egui_knob = "0.3.6"
```
## Usage