-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (38 loc) · 1.19 KB
/
Project.toml
File metadata and controls
43 lines (38 loc) · 1.19 KB
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 = "MicroscopeControl"
uuid = "aa70d9ae-4a1e-49fd-870a-8ccfd99f4c3e"
version = "1.0.0-DEV"
authors = ["klidke@unm.edu"]
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DAQmx = "bc903ccc-f951-4f60-9748-ff64248ad6aa"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ImageView = "86fae568-95e7-573e-a6b2-d8a6b900c9ef"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LibSerialPort = "a05a14c7-6e3b-5ba9-90a2-45558833e1df"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[sources]
DAQmx = {url = "https://github.com/LidkeLab/DAQmx.jl.git"}
[compat]
CEnum = "0.5.0"
CairoMakie = "0.12, 0.13, 0.14, 0.15"
FFTW = "1"
GLMakie = "0.10, 0.11, 0.12, 0.13"
HDF5 = "0.17"
ImageView = "0.12, 0.13"
Images = "0.26"
JLD2 = "0.5, 0.6"
Reexport = "1.2.2"
Revise = "3"
Statistics = "1"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]