chore: bump egui version, closes #3

This commit is contained in:
2025-07-15 14:51:29 +03:00
parent 530ba584bc
commit 617851102b
4 changed files with 252 additions and 467 deletions

View File

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