egui_animate 0.4.0

Custom egui animations and transitions
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_animate"
version = "0.4.0"
authors = ["Christopher Edward Dawn"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Custom egui animations and transitions"
readme = "README.md"
keywords = [
    "egui",
    "animate",
    "animation",
    "transition",
]
categories = [
    "gui",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cedtwo/egui_animate.git"

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

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

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

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

[dependencies.egui]
version = "0.34"

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