summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 859783563159de7318625515f03e5ce5a71fcdaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "colour"
version = "2.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" }