morphorm 0.9.0

A UI layout engine
Documentation
[package]
name = "morphorm"
version = "0.9.0"
edition = "2021"
license = "MIT"
description = "A UI layout engine"
repository = "https://github.com/vizia/morphorm"
keywords = ["ui", "gui", "layout", "flex"]

[dependencies]
smallvec = "1.15.0"

[dev-dependencies]
morphorm-ecs = {path = "ecs"}
winit = { version = "0.28.6", default-features = false }
femtovg = {version = "0.7.1", default-features = false}
glutin = "0.30.10"
glutin-winit = "0.3.0"
raw-window-handle = "0.5.0"
rand = "0.8.5"
criterion = "0.5.1"
unicode-segmentation = "1.10.1"

[lib]
doctest = false

[[bench]]
name = "stack"
harness = false