typetest_themes 1.0.0

Crate containing themes for TypeTest.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "iced_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fafe4a5eeee85876f3bad347338456e0f3e7fcdc2381a5ce6c3ba2a60dd769bf"

[[package]]
name = "iced_style"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca93066a80759bfb31f2900d45ca4cf7500b88611607da5e380143badfcd7837"
dependencies = [
 "iced_core",
]

[[package]]
name = "typetest_themes"
version = "1.0.0"
dependencies = [
 "iced_core",
 "iced_style",
]