stipple-layout 0.0.1

Stipple's self-contained flex/box layout solver — constraints, axes, and main-axis flex distribution. No taffy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "stipple-geometry"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db536311b5a8ec956130f4afd0d6dd429ce6f0fcd8bfd420acb8a1875f600635"

[[package]]
name = "stipple-layout"
version = "0.0.1"
dependencies = [
 "stipple-geometry",
]