grayscale 0.0.1

Enable or disable macOS grayscale display mode
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "grayscale"
version = "0.0.1"
edition = "2021"
rust-version = "1.63"
description = "Enable or disable macOS grayscale display mode"
authors = ["Eugene Hauptmann <eugene@reactivelions.com>"]
license = "MIT"
repository = "https://github.com/eugenehp/grayscale"
homepage = "https://github.com/eugenehp/grayscale"
keywords = ["macos", "grayscale", "accessibility", "display"]
categories = ["command-line-utilities", "accessibility", "os::macos-apis"]

[dependencies]