rux-layout 0.6.1

Rux layout: a styled node tree resolved to absolute paint rects via taffy. Internal to Rux; the supported entry point is the ruxlang crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"