[package]
edition = "2024"
name = "agape_layout"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout engine for agape"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/snubwoody/agape-rs"
[lib]
name = "agape_layout"
path = "src/lib.rs"
[[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"
[dependencies.agape_core]
version = "0.3.0"
[dependencies.thiserror]
version = "2.0.9"
[lints.clippy]
branches_sharing_code = "warn"
enum_glob_use = "warn"