-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
37 lines (33 loc) · 1.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
35
36
37
name = "MINDFulMakie"
uuid = "23b02573-35f2-499b-a490-fd32d1f018b6"
authors = ["fchrstou <[email protected]> and contributors"]
version = "0.2.0"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
AttributeGraphs = "d091dd56-f8c5-469d-b7f7-ff847498145f"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
MINDFul = "437ce7a4-cd80-4539-9a29-b274cfe157d6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
AbstractTrees = "0.4.4"
Colors = "0.12"
DocStringExtensions = "0.9.3"
GraphMakie = "0.5.5"
Graphs = "1.8"
LayeredLayouts = "0.2.9"
MINDFul = "0.3.0"
Makie = "0.20"
MetaGraphsNext = "0.7"
NetworkLayout = "0.4.5"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]