egui_knob 0.3.10

A simple knob widget for egui
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "egui_knob"
version = "0.3.10"
authors = ["Daniel Dada"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple knob widget for egui"
homepage = "https://github.com/obsqrbtz/egui_knob"
documentation = "https://docs.rs/egui_knob"
readme = "README.md"
keywords = [
    "egui",
    "ui",
    "widget",
    "knob",
    "range",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/obsqrbtz/egui_knob"

[lib]
name = "egui_knob"
path = "src/lib.rs"

[[example]]
name = "example_knob"
path = "examples/example_knob.rs"

[dependencies.egui]
version = "0.33"

[dev-dependencies.eframe]
version = "0.33"
features = ["default_fonts"]