From 2db5eb3d7679eb4ea723984efcb29ea8a8eb918d Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Fri, 14 Nov 2025 12:44:25 +0300 Subject: [PATCH] docs: updated version in readma --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f64701..ff3f39e 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ To use the Knob widget in your project, add the following to your `Cargo.toml`: ```toml [dependencies] -egui = "0.32" -egui_knob = "0.3.3" +egui = "0.33" +eframe = "0.33" +egui_knob = "0.3.4" ``` ## Usage example