-
Notifications
You must be signed in to change notification settings - Fork 55
/
Project.toml
43 lines (39 loc) · 1.22 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 = "Winston"
uuid = "bd07be1c-e76f-5ff0-9c0b-f51ef45303c6"
version = "1.0.1"
[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Graphics = "a2bd30eb-e257-5431-a919-1863eab51364"
Grisu = "42e2da0e-8278-4e71-bc24-59509adca0fe"
Gtk4 = "9db2cae5-386f-4011-9d63-a5602296539b"
IniFile = "83e8ac13-25f8-5344-8a64-a9f2b223428f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
[compat]
Cairo = "1"
Colors = "0.12"
Compat = "4"
Graphics = "1"
Grisu = "1"
Gtk4 = "0.3"
IniFile = "0.5"
NaNMath = "1"
Reexport = "1"
StatsBase = "0.34"
PrecompileTools = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]