dark-light 0.2.3

Detect if dark mode or light mode is enabled
Documentation
[package]
authors = ["Corey Farwell <coreyf@rwell.org>"]
build = "build.rs"
description = "Detect if dark mode or light mode is enabled"
edition = "2018"
license = "MIT/Apache-2.0"
name = "dark-light"
readme = "README.md"
repository = "https://github.com/frewsxcv/rust-dark-light"
version = "0.2.3"
[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.dconf_rs]
version = "0.3"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.detect-desktop-environment]
version = "0.2"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.dirs]
version = "4.0"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.rust-ini]
version = "0.18"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.zbus]
version = "3.0"

[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.zvariant]
version = "3.6"
[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["MediaQueryList", "Window"]
version = "0.3"
[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"
[target."cfg(windows)".dependencies.winreg]
version = "0.10"