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
# Win-Opacity


Provides a way of changing the opacity of (most) windows on Windows.

## Install


```toml
[dependencies]
win_opacity = "^0.1"
```

## Tested On


[x] Windows 10 Enterprise

## Built With


[winapi-rs](https://github.com/retep998/winapi-rs)