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