egui_fader 0.1.2

Fader widget for egui applications.
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_fader"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fader widget for egui applications."
homepage = "https://github.com/elisedemarie/egui_fader"
readme = "README.md"
keywords = [
    "egui",
    "ui",
    "widget",
    "slider",
    "audio",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/elisedemarie/egui_fader"

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

[[example]]
name = "example_fader"
path = "example/example_fader.rs"

[dependencies.egui]
version = "0.31.1"

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