yog-ui 0.22.0

Yog UI framework — flexbox layout engine + GPU rendering via yog-gfx
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "yog-abi"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d42035b1ef20af0a1f82f5f9b0c572c8b64ecb6bc642d568a30791f88ca0b308"

[[package]]
name = "yog-gfx"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c958e7f504835f6f88208189c26c607324b220b9f9490e84a50519b9b38674b4"
dependencies = [
 "yog-abi",
]

[[package]]
name = "yog-ui"
version = "0.22.0"
dependencies = [
 "yog-abi",
 "yog-gfx",
]