chore: restructured the project

docs: added contributing guidelines and updated rreadme
This commit is contained in:
2025-11-21 00:31:19 +03:00
parent 2db5eb3d76
commit 14a143708f
13 changed files with 657 additions and 438 deletions

View File

@@ -1,10 +1,12 @@
[package]
name = "egui_knob"
version = "0.3.4"
version = "0.3.5"
edition = "2024"
authors = ["Daniel Dada"]
description = "A simple knob widget for egui"
homepage = "https://github.com/obsqrbtz/egui_knob"
repository = "https://github.com/obsqrbtz/egui_knob"
documentation = "https://docs.rs/egui_knob"
readme = "README.md"
license = "MIT"
keywords = ["egui", "ui", "widget", "knob", "range"]