-
Notifications
You must be signed in to change notification settings - Fork 72
/
Project.toml
55 lines (49 loc) · 1.63 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
48
49
50
51
52
53
54
55
name = "Luxor"
uuid = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
authors = ["cormullion <[email protected]>"]
version = "4.2.0"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
MathTeXEngine = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
PolygonAlgorithms = "32a0d02f-32d9-4438-b5ed-3a2932b48f96"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rsvg = "c4c386cf-5103-5370-be45-f3a111cca3b8"
[weakdeps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
MathTeXEngine = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
[extensions]
LuxorExtLatex = ["LaTeXStrings", "MathTeXEngine"]
[compat]
Aqua = "0.8"
Base64 = "1.6"
Cairo = "1.0, 1.1"
Colors = "0.11, 0.12, 0.13"
DataStructures = "0.18"
Dates = "1.6"
FFMPEG = "^0.4.1"
FileIO = "1"
ImageIO = "0.2, 0.3, 0.4, 0.5, 0.6"
LaTeXStrings = "1.2, 1.3"
MathTeXEngine = "0.5, 0.6"
PolygonAlgorithms = "0.2"
PrecompileTools = "1"
Random = "1.6"
Rsvg = "1.0"
Test = "1.6"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
MathTeXEngine = "0a4f8689-d25c-4efe-a92b-7142dfc1aa53"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ImageIO", "Test", "MathTeXEngine", "LaTeXStrings"]