colourado 0.2.0

A small and minimalistic library to generate a random color palette
Documentation
[package]
name = "colourado"
description = "A small and minimalistic library to generate a random color palette"
version = "0.2.0"
authors = ["PrydeRage <marius.brandt@hotmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/BrandtM/colourado"
readme = "README.md"

[dependencies]
rand = "0.6"

[dev-dependencies]
piston_window = "0.87"