-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
37 lines (33 loc) · 1.03 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 = "Gtk4Makie"
uuid = "478199e7-b407-4926-87ea-7196203a28d8"
version = "0.3.4"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Gtk4 = "9db2cae5-386f-4011-9d63-a5602296539b"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
ShaderAbstractions = "65257c39-d410-5151-9873-9b3e5be5013e"
[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
[extensions]
Gtk4MakieCairoMakieExt = "CairoMakie"
[compat]
CairoMakie = "0.13"
Colors = "0.11, 0.12, 0.13"
FileIO = "1.10"
FixedPointNumbers = "0.7, 0.8"
GLMakie = "0.11"
GeometryBasics = "0.5"
Gtk4 = "0.7"
Makie = "0.22"
ModernGL = "1"
PrecompileTools = "1"
Preferences = "1"
ShaderAbstractions = "0.5"
julia = "1.10"