-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathProject.toml
38 lines (34 loc) · 1.21 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 = "GraphMakie"
uuid = "1ecd5474-83a3-4783-bb4f-06765db800d2"
authors = ["Simon Danisch", "Hans Würfel"]
version = "0.5.12"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
PolynomialRoots = "3a141323-8675-5d76-9d11-e1df1406c778"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
DataStructures = "0.17, 0.18"
GeometryBasics = "0.4"
Graphs = "1.4"
Makie = "0.21"
NetworkLayout = "0.4.7"
PolynomialRoots = "1"
SimpleTraits = "0.9"
StableRNGs = "1.0.2"
StaticArrays = "1.2"
julia = "1"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CairoMakie", "FileIO", "Literate", "ReferenceTests", "StableRNGs", "Test"]