morphorm 0.8.0

A UI layout engine
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 = "2021"
name = "morphorm"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UI layout engine"
readme = "README.md"
keywords = [
    "ui",
    "gui",
    "layout",
    "flex",
]
license = "MIT"
repository = "https://github.com/vizia/morphorm"

[lib]
name = "morphorm"
path = "src/lib.rs"
doctest = false

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "stack"
path = "benches/stack.rs"
harness = false

[dependencies.smallvec]
version = "1.15.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.femtovg]
version = "0.7.1"
default-features = false

[dev-dependencies.glutin]
version = "0.30.10"

[dev-dependencies.glutin-winit]
version = "0.3.0"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.raw-window-handle]
version = "0.5.0"

[dev-dependencies.unicode-segmentation]
version = "1.10.1"

[dev-dependencies.winit]
version = "0.28.6"
default-features = false