docs: updated version in readma

This commit is contained in:
2025-11-14 12:44:25 +03:00
parent aab41e9c0e
commit 2db5eb3d76

View File

@@ -20,8 +20,9 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
egui = "0.32" egui = "0.33"
egui_knob = "0.3.3" eframe = "0.33"
egui_knob = "0.3.4"
``` ```
## Usage example ## Usage example