agape_layout 0.2.0

Layout engine for agape
Documentation
[dependencies.agape_core]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0.9"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Layout engine for agape"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "agape_layout"
readme = "README.md"
repository = "https://github.com/snubwoody/agape-rs"
version = "0.2.0"

[[test]]
name = "block_alignment"
path = "tests/block_alignment.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"

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