[package] name = "brightness-windows" version = "0.1.1" authors = ["Stephane Raux ", "Contributors"] edition = "2018" description = "Windows bindings to get and set display brightness" license = "0BSD" homepage = "https://github.com/stephaneyfx/brightness" repository = "https://github.com/stephaneyfx/brightness.git" documentation = "https://docs.rs/brightness-windows" keywords = ["brightness", "backlight"] [target.'cfg(windows)'.dependencies] windows = "0.18.0" [target.'cfg(windows)'.build-dependencies] windows = "0.18.0"