[dependencies.dashmap]
version = "6.1.0"
[dependencies.gpui]
version = "0.2.2"
[dependencies.smol]
version = "2.0.2"
[[example]]
name = "hover_color"
path = "examples/hover_color.rs"
[[example]]
name = "hover_position"
path = "examples/hover_position.rs"
[lib]
name = "gpui_animation"
path = "src/lib.rs"
[package]
authors = ["ch1ll321 <earlysun.984190929@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "rendering"]
description = "A lightweight and fluent animation wrapper for GPUI, enabling smooth state-driven transitions with minimal boilerplate."
edition = "2024"
keywords = ["gpui", "animation", "ui", "transition"]
license = "MIT OR Apache-2.0"
name = "gpui-animation"
readme = "README.md"
repository = "https://github.com/chi11321/gpui-animation"
version = "0.2.2"