10 lines
266 B
TOML
10 lines
266 B
TOML
[package]
|
|
name = "jay-layout-animation"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Layout animation planning for Jay"
|
|
repository = "https://github.com/mahkoh/jay"
|
|
|
|
[dependencies]
|
|
jay-geometry = { path = "../geometry" }
|