ui_layout 0.8.0

A minimal Flexbox-inspired layout engine for Rust GUI
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 = "2024"
name = "ui_layout"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal Flexbox-inspired layout engine for Rust GUI"
readme = "README.md"
keywords = [
    "layout",
    "gui",
    "flexbox",
    "ui",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/098orin/ui_layout-rs"

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

[[example]]
name = "layout_bench"
path = "examples/layout_bench.rs"

[[example]]
name = "layout_flex_chain_bench"
path = "examples/layout_flex_chain_bench.rs"

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

[dependencies]