colorskill 1.1.3

Some useful color manipulation functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "colorskill"
version = "1.1.3"
authors = ["madprops"]
edition = "2018"
description = "Some useful color manipulation functions"
license = "MIT"
homepage = "https://github.com/madprops/colorskill"
repository = "https://github.com/madprops/colorskill.git"
keywords = ["colors", "converter", "rgb"]
categories = [ "graphics"]
readme = "README.md"

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

[dependencies]
rand = "0.7.0"
colorsys = "0.5.3"