-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 907 Bytes
/
Project.toml
File metadata and controls
33 lines (29 loc) · 907 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
name = "MakieTypstEngine"
uuid = "70a4cee5-512b-407d-ae9e-69240957e69b"
authors = ["Henrik Wolf <h.wolf@amolf.nl> and contributors"]
version = "1.0.0-DEV"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
FreeTypeAbstraction = "663a7486-cb36-511b-a19d-713bb74d65c9"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MathTeXEngine = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Typstry = "f0ed7684-a786-439e-b1e3-3b82803b501e"
[compat]
CairoMakie = "0.15.6"
FreeTypeAbstraction = "0.10.8"
JSON = "0.21.4"
Makie = "0.24.6"
MathTeXEngine = "0.6.6"
Pkg = "1.11.0"
Scratch = "1.3.0"
TestItems = "1.0.0"
Typstry = "0.6.2"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]