-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
32 lines (28 loc) · 976 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "MultiChannelColors"
uuid = "d4071afc-4203-49ee-90bc-13ebeb18d604"
authors = ["Tim Holy <[email protected]> and contributors"]
version = "0.1.4"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
ColorTypes = "0.11.2, 0.12"
ColorVectorSpace = "0.10, 0.11"
Colors = "0.12, 0.13"
Compat = "3, 4"
FixedPointNumbers = "0.8"
Reexport = "1"
Requires = "1"
julia = "1.6"
[extras]
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ImageCore", "StructArrays", "Test"]