993b7625b8
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
22 lines
557 B
TOML
22 lines
557 B
TOML
[package]
|
|
name = "llimphi-layout"
|
|
description = "Layout engine for llimphi (Flexbox + CSS Grid via taffy)."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
taffy = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
llimphi-hal = { path = "../llimphi-hal", version = "0.1.0" }
|
|
llimphi-raster = { path = "../llimphi-raster", version = "0.1.0" }
|
|
pollster = { workspace = true }
|
|
|
|
[[example]]
|
|
name = "layout_panels"
|
|
path = "examples/layout_panels.rs"
|