From 2f916a041f26e9c90d8532b1dcce577476ab87de Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 3 Feb 2025 14:44:21 +0300 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85c042c..8b86b3f 100644 --- a/README.md +++ b/README.md @@ -20,6 +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" ``` ## Usage example