updated readme and cargo,toml

This commit is contained in:
2025-02-03 15:22:13 +03:00
parent 99221d2f8d
commit f5b4bb7728
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`:
```toml
[dependencies]
egui = "0.30"
egui_knob = "0.1.1"
egui_knob = "*"
```
## Usage example