-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
43 lines (39 loc) · 1.36 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
35
36
37
38
39
40
41
42
43
name = "GtkObservables"
uuid = "8710efd8-4ad6-11eb-33ea-2d5ceb25a41c"
version = "2.1.4"
[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
Gtk4 = "9db2cae5-386f-4011-9d63-a5602296539b"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RoundingIntegers = "d5f540fe-1c90-5db3-b776-2e2f362d9394"
[compat]
Cairo = "1"
Colors = "0.12, 0.13"
Dates = "1.6"
FixedPointNumbers = "0.8"
Graphics = "1"
Gtk4 = "0.6, 0.7"
IntervalSets = "0.5, 0.6, 0.7"
LinearAlgebra = "1.6"
Observables = "0.4, 0.5"
PrecompileTools = "1"
Reexport = "0.2, 1"
RoundingIntegers = "0.2, 1"
julia = "1.6"
[extras]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
IdentityRanges = "bbac6d45-d8f3-5730-bfe4-7a449cd117ca"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["FileIO", "IdentityRanges", "ImageIO", "Cairo", "Test", "TestImages"]