summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3f17d87d47d0fcec6a46baa6826367922ffd0ec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "colour"
version = "1.0.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Common 8bpc ARGB colour type"

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

[dependencies]
proportion = { "git" = "git://benbridle.com/proportion", "tag" = "v1.0.0" }