-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
37 lines (35 loc) · 1.23 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
name = "MakieMaestro"
uuid = "c922e6f1-a74a-406e-9215-09b2647b2648"
authors = ["Martin Kunz <martinkunz@email.cz> and contributors"]
version = "0.2.0"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MakieExtra = "54e234d5-9986-40d8-815f-a5e42de435f6"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[compat]
CairoMakie = "^0.12, ^0.13"
ColorSchemes = "3.26.0"
ColorTypes = "^0.7, ^0.8,^0.9,^0.10,^0.11, ^0.12"
GLMakie = "^0.10, ^0.11"
InteractiveUtils = "^1"
LaTeXStrings = "1.3.1"
Makie = "^0.21, ^0.22"
MakieExtra = "0.1.33"
Markdown = "^1"
OffsetArrays = "1.14.1"
Reexport = "1.2.2"
Serialization = "^1"
Unitful = "1.21.0"
WGLMakie = "^0.10, ^0.11"
julia = "1.6.7"