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

@@ -6,7 +6,7 @@ description = "A simple knob widget for egui"
homepage = "https://github.com/obsqrbtz/egui_knob" homepage = "https://github.com/obsqrbtz/egui_knob"
repository = "https://github.com/obsqrbtz/egui_knob" repository = "https://github.com/obsqrbtz/egui_knob"
readme = "README.md" readme = "README.md"
license = "MIT" license = "LICENSE"
keywords = ["egui", "ui", "widget", "knob", "range"] keywords = ["egui", "ui", "widget", "knob", "range"]
categories = ["gui"] categories = ["gui"]

View File

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