egui_animate 0.1.0

Custom egui animations and transitions
Documentation
[dependencies.egui]
version = "0.32.0"

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

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

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

[package]
authors = ["Christopher Edward Dawn"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "game-development"]
description = "Custom egui animations and transitions"
edition = "2024"
keywords = ["egui", "animate", "animation", "transition"]
license = "MIT OR Apache-2.0"
name = "egui_animate"
readme = "README.md"
repository = "https://github.com/cedtwo/egui_animate.git"
version = "0.1.0"