yog-ui 0.28.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.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31eda6639cd43f8eb4749623352adcb8c57f71b821b74cfd38fd2c6ebe78cfe0"

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

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