yog-ui 0.2.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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e584665bbf1341abb71908256f04ae3a41a5865b9f57a14c975771f8a2fb1fb0"

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

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