-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
33 lines (30 loc) · 1002 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 = "GtkObservables"
uuid = "8710efd8-4ad6-11eb-33ea-2d5ceb25a41c"
version = "2.2.0"
[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.10"
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.10"