win-opacity 1.0.0

A library and command-line utility for changing the opacity of windows on the Windows OS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"