forked from MakieOrg/MakieTeX.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 1 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
name = "MakieTeX"
uuid = "6d554a22-29e7-47bd-aee5-0c5f06619414"
authors = ["Anshul Singhvi"]
version = "0.3.1"
[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Ghostscript_jll = "61579ee1-b43e-5ca0-a5da-69d92c66a64b"
Glib_jll = "7746bdde-850d-59dc-9ae8-88ece973131d"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Perl_jll = "83958c19-0796-5285-893e-a1267f8ec499"
Poppler_jll = "9c32591e-4766-534b-9725-b71a8799265b"
tectonic_jll = "d7dd28d6-a5e6-559c-9131-7eb760cdacc5"
[compat]
Cairo = "1.0.5"
CairoMakie = "0.10"
Colors = "0.9, 0.10, 0.11, 0.12"
DocStringExtensions = "0.8, 0.9"
LaTeXStrings = "1"
Makie = "0.18, 0.19"
Poppler_jll = "21.9"
julia = "1"
[extras]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Downloads"]