[package]
edition = "2021"
name = "cranpose-animation"
version = "0.1.85"
authors = ["Dmitry Samoylenko"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Animation system for Cranpose"
homepage = "https://samoylenkodmitry.github.io/cranpose/"
readme = "README.md"
keywords = [
"gui",
"ui",
"compose",
"declarative",
"framework",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/samoylenkodmitry/cranpose"
[features]
default = []
[lib]
name = "cranpose_animation"
path = "src/lib.rs"
[[test]]
name = "infinite_transition_tests"
path = "tests/infinite_transition_tests.rs"
[dependencies.cranpose-core]
version = "0.1.85"
features = ["internal"]
[dependencies.cranpose-ui-graphics]
version = "0.1.85"