forked from JuliaImages/ImageInTerminal.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 1.25 KB
/
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
33
34
name = "ImageInTerminal"
uuid = "d8c32880-2388-543b-8c61-d9f865259254"
version = "0.5.2"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Sixel = "45858cf5-a6b0-47a3-bbea-62219f50df47"
XTermColors = "c8c2cc18-de81-4e68-b407-38a3a0c0491f"
[compat]
ColorTypes = "0.9 - 0.11"
Crayons = "^4.1"
FileIO = "^1.6"
Sixel = "0.1"
XTermColors = "0.2"
julia = "1.6"
[extras]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
ImageBase = "c817782e-172a-44cc-b673-b171935fbb9e"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageQualityIndexes = "2996bd0c-7a13-11e9-2da2-2f5ce47296a9"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["CoordinateTransformations", "ImageBase", "ImageIO", "ImageQualityIndexes", "ImageTransformations", "OffsetArrays", "ReferenceTests", "Rotations", "SparseArrays", "Test", "TestImages"]