rust-dark-light 0.1.0

Detect if dark mode or light mode is enabled
Documentation
[package]
name = "rust-dark-light"
version = "0.1.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
edition = "2018"
license = "MIT/Apache-2.0"
repository = "https://github.com/frewsxcv/rust-dark-light"
description = "Detect if dark mode or light mode is enabled"

[dependencies]

[target.'cfg(windows)'.dependencies]
winreg = "0.8.0"