-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
45 lines (41 loc) · 1.34 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
name = "PlantGeom"
uuid = "5edaa67e-25db-4eb9-bf81-05d793b2238d"
authors = ["remi.vezy <[email protected]> and contributors"]
version = "0.10.0"
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
MultiScaleTreeGraph = "dd4a991b-8a45-4075-bede-262ee62d5583"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
ColorSchemes = "3"
Colors = "0.12, 0.13"
EzXML = "1"
Makie = "0.21"
Meshes = "0.52"
MultiScaleTreeGraph = "0.14"
Observables = "0.5"
OrderedCollections = "1.7.0"
RecipesBase = "1"
Rotations = "1"
StaticArrays = "1"
Tables = "1"
TransformsBase = "1"
Unitful = "1.17"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]