libvibrant 1.1.1

A library to control screen saturation on X servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libvibrant"
version = "1.1.1"
authors = ["zee-mzha <zee.mzha@gmail.com>"]
edition = "2018"
description = "A library to control screen saturation on X servers"
license-file = "../LICENSE"
repository = "https://github.com/Vibrance-org/libvibrant"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libXNVCtrl-sys = "1.29"
thiserror = "1.0"

[dependencies.x11]
version = "2.18"
features = ["xrandr"]