-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (31 loc) · 927 Bytes
/
Project.toml
File metadata and controls
35 lines (31 loc) · 927 Bytes
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
name = "SMLMRender"
uuid = "d945b928-cd23-4282-89d9-fc086b52682d"
version = "0.4.2"
authors = ["klidke@unm.edu"]
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
PNGFiles = "f57f5aa1-a3ce-4bc8-8ab9-96f992907883"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SMLMData = "5488f106-40b8-4660-84c5-84a168990d1b"
ScaleBar = "b24819f0-15bd-425d-8fc0-a9d00d1e0559"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CairoMakie = "0.15, 0.16"
ColorSchemes = "3.26"
Colors = "0.12, 0.13"
FileIO = "1.17.1"
ImageIO = "0.6.9"
PNGFiles = "0.4.4"
Reexport = "1.2.2"
SMLMData = "0.7"
ScaleBar = "0.1"
Statistics = "1"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]