azul-native-style 0.0.1

OS-native styles for use with the Azul desktop GUI framework
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "azul-css-parser"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93ed7b3b69099193f4290b427b596d6a3fca49886b3434580f2d31e2bfc6ee3"
dependencies = [
 "azul-css",
 "azul-simplecss",
]

[[package]]
name = "azul-native-style"
version = "0.0.1"
dependencies = [
 "azul-css",
 "azul-css-parser",
]

[[package]]
name = "azul-simplecss"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c303bfdf857413adbd19d9b15dddd9b4adb8e2be7e493c8a38d9fc6179a074ac"