egui_styled 0.3.0

Tailwind-style utility styling for egui: per-widget hover/focus/active variants, design tokens, and composable style functions.
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"
rust-version = "1.92"
name = "egui_styled"
version = "0.3.0"
authors = ["David Spray <dev@david-spray.me>"]
build = false
exclude = [
    "docs/",
    ".github/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tailwind-style utility styling for egui: per-widget hover/focus/active variants, design tokens, and composable style functions."
documentation = "https://docs.rs/egui_styled"
readme = "README.md"
keywords = [
    "egui",
    "gui",
    "styling",
    "theme",
    "ui",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dspray95/egui_styled"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

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

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

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

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

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

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

[dependencies.egui]
version = "0.34.2"

[dev-dependencies.eframe]
version = "0.34"