[dependencies.crossterm]
version = "^0.2"
[dependencies.winapi]
version = "^0.3"
[package]
authors = ["mcluck <mcluck90@gmail.com>"]
description = "A library and command-line utility for changing the opacity of windows on the Windows OS"
keywords = ["windows", "opacity", "transparency"]
license = "MIT/Apache-2.0"
name = "win-opacity"
readme = "README.md"
repository = "https://github.com/MCluck90/win-opacity"
version = "1.0.0"
[target."cfg(window)".dependencies.winapi]
features = ["winuser"]
version = "0.3"