-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
executable file
·47 lines (45 loc) · 1.75 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
name = "MedEye3d"
uuid = "48a1af7b-3279-4eeb-8f2b-7ca229bb51b1"
authors = ["M.D Jakub Mitura <[email protected]>"]
version = "0.5.7"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
DataTypesBasic = "83eed652-29e8-11e9-12da-a7c29d64ffc9"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterVitepress = "4710194d-e776-4893-9690-8d956a29c365"
FreeType = "b38be410-82b0-50bf-ab77-7b57e271db43"
FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MedEval3D = "07fe485e-7252-451c-a484-d20a4cdbbf79"
MedImages = "fbff095b-7891-4fc4-b5e5-3cd99b9dd225"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
NIfTI ="a3a9e032-41b5-5fc4-967a-a6b7a19844d3"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ColorTypes = ">=0.11.4"
DataTypesBasic = ">=2.0.3"
Dictionaries = ">=0.3.25"
Documenter = "1"
DocumenterVitepress = "0.0.19, 0.0.20"
FreeType = ">=4.1.0"
FreeTypeAbstraction = ">=0.10.0"
GLFW = ">=3.4.1"
GeometryTypes = ">=0.8.5"
HDF5 = ">=0.17.1"
ModernGL = ">=1.1.5"
Observables = ">=0.5.4"
Parameters = ">=0.12.3"
Setfield = "0.2.0, 0.5.4,0.8.0 ,0.7.1, 1.0.0, 1.1.1"
StaticArrays = ">=1.5.0"
julia = ">=1.9"