-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
67 lines (63 loc) · 2.35 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name = "QInsControl"
uuid = "cd8eea83-5d95-422f-a2e4-c18f783a50cc"
authors = ["FaresX <[email protected]> and contributors"]
version = "0.4.5"
[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
CImGui = "5d785b6c-b76f-510e-a07c-3070796c7e87"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Instruments = "2c6aeda0-45f5-11e9-10ba-f7b3d6416888"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JpegTurbo = "b835a17e-a41a-41e7-81f0-2f016b05efe0"
LibSerialPort = "a05a14c7-6e3b-5ba9-90a2-45558833e1df"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MakieThemes = "e296ed71-da82-5faf-88ab-0034a9761098"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
NativeFileDialog = "e1fe445b-aa65-4df4-81c1-2041507f0fd4"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StringEncodings = "69024149-9ee7-55f6-a4c4-859efe599b68"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
CImGui = "≥ 4"
ColorTypes = "≥ 0.11"
Configurations = "0.17"
FileIO = "1"
GLMakie = "0.10.10"
GitHub = "5.9.0"
ImageIO = "0.6"
ImageMagick = "1"
Instruments = "0.2"
JpegTurbo = "0.1"
MacroTools = "0.5"
MakieThemes = "0.1.2"
NativeFileDialog = "0.2"
OrderedCollections = "1"
PrecompileTools = "1"
StringEncodings = "0.3"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[targets]
build = ["ZipFile"]
test = ["Test"]