-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (23 loc) · 809 Bytes
/
Project.toml
File metadata and controls
25 lines (23 loc) · 809 Bytes
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
name = "PlantViz"
uuid = "358bd95d-d12c-439f-94b7-04b17e500c7f"
version = "0.1.1"
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PlantGeomPrimitives = "7eef3cc5-4580-4ff0-8f6f-933507db6664"
PlantRayTracer = "78485975-e4aa-407d-b3bb-ded5a4265d05"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
[compat]
ColorTypes = "0.12.1"
FileIO = "1.17.0"
GeometryBasics = "0.5.10"
LinearAlgebra = "1.11"
Makie = "0.24.6"
PlantGeomPrimitives = "0.1.1"
PlantRayTracer = "0.1.1"
Unrolled = "0.1.5"
julia = "1.12"