yog-ui 0.15.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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3d6d84356cd806a6525d4aa45ee3ffca6ce2ab895d142c520c0d6d057412a4"

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

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