updated example

This commit is contained in:
2025-07-16 02:16:00 +03:00
parent 23b2e3c792
commit bcfcb55db3
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`:
```toml
[dependencies]
egui = "0.32"
egui_knob = "0.3.1"
egui_knob = "0.4.1"
```
## Usage example