-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
38 lines (34 loc) · 1.16 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
name = "TernaryDiagrams"
uuid = "54198458-1476-45ac-9e44-88a4201bfea6"
authors = ["St. Elmo Wilken <[email protected]> and contributors"]
version = "0.1.3"
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GeometricalPredicates = "fd0ad045-b25c-564e-8f9c-8ef5c5f21267"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
VoronoiDelaunay = "72f80fcb-8c52-57d9-aff0-40c1a3526986"
[compat]
Aqua = "0.8"
CairoMakie = "0.11, 0.12"
ColorSchemes = "3"
DocStringExtensions = "0.9"
GLMakie = "0.9, 0.10"
GeometricalPredicates = "0.4"
JLD2 = "0.5"
Makie = "0.20, 0.21"
ReferenceTests = "0.10"
SafeTestsets = "0.1"
Test = "1"
VoronoiDelaunay = "0.4"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "CairoMakie", "GLMakie", "JLD2", "ReferenceTests", "SafeTestsets", "Test"]