oxiui-theme 0.1.0

COOLJAPAN dark/light themes for OxiUI
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.89"
name = "oxiui-theme"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "COOLJAPAN dark/light themes for OxiUI"
readme = "README.md"
keywords = [
    "theme",
    "oxiui",
    "cooljapan",
    "dark-mode",
    "pure-rust",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxiui"

[features]
default = []

[lib]
name = "oxiui_theme"
path = "src/lib.rs"

[[test]]
name = "shadow_spec_tests"
path = "tests/shadow_spec_tests.rs"

[[test]]
name = "stylesheet_tests"
path = "tests/stylesheet_tests.rs"

[[test]]
name = "theme_tests"
path = "tests/theme_tests.rs"

[dependencies.oxiui-core]
version = "0.1.0"