[package]
edition = "2021"
name = "rux-layout"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rux layout: a styled node tree resolved to absolute paint rects via taffy. Internal to Rux; the supported entry point is the ruxlang crate."
readme = "README.md"
keywords = [
"ui",
"layout",
"flexbox",
"grid",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aine-dickson/rux"
[lib]
name = "rux_layout"
path = "src/lib.rs"
[[test]]
name = "hug"
path = "tests/hug.rs"
[[test]]
name = "paint"
path = "tests/paint.rs"
[[test]]
name = "scroll"
path = "tests/scroll.rs"
[[test]]
name = "wrap"
path = "tests/wrap.rs"
[dependencies.taffy]
version = "0.7"