cascada 0.3.0

A general purpose UI layout engine
Documentation
[dev-dependencies.criterion]
version = "0.7.0"

[features]
ffi = []

[lib]
name = "cascada"
path = "src/lib.rs"

[package]
authors = ["Wakunguma Kalimukwa <wakunguma13@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A general purpose UI layout engine"
documentation = "https://docs.rs/cascada"
edition = "2024"
exclude = ["benches/*", "examples/*"]
keywords = ["gui", "graphics", "ui", "layout", "engine"]
license = "Apache-2.0 OR MIT"
name = "cascada"
readme = "README.md"
repository = "https://github.com/snubwoody/cascada"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "block_alignment"
path = "tests/block_alignment.rs"

[[test]]
name = "block_layout"
path = "tests/block_layout.rs"

[[test]]
name = "horizontal_alignment"
path = "tests/horizontal_alignment.rs"

[[test]]
name = "horizontal_layout"
path = "tests/horizontal_layout.rs"

[[test]]
name = "vertical_alignment"
path = "tests/vertical_alignment.rs"

[[test]]
name = "vertical_layout"
path = "tests/vertical_layout.rs"