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