layout_engine 0.5.3

A small project to mimic css flexbox and css grid
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[package]
authors = ["John Toohey <john_t@mailo.com"]
categories = ["gui"]
description = "A small project to mimic css flexbox and css grid"
edition = "2021"
keywords = ["layout", "grid", "flexbox", "width-for-height", "height-for-width"]
license = "GPL-3.0 OR MIT OR Apache-2.0"
name = "layout_engine"
readme = "README.md"
repository = "https://gitlab.com/john_t/layout-engine"
version = "0.5.3"