-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
32 lines (30 loc) · 1003 Bytes
/
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
name = "CropRootBox"
uuid = "0b8d6067-eb21-45e9-ba5b-895cd2a7ad38"
authors = ["Kyungdahm Yun <[email protected]>"]
version = "0.1.14-DEV"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Cropbox = "a904b226-abf1-11e9-2713-059ba252a964"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Meshing = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[compat]
Colors = "0.12"
CoordinateTransformations = "0.6"
Cropbox = "0.3"
Distributions = "0.23, 0.24, 0.25"
FileIO = "1"
GeometryBasics = "0.4"
Makie = "0.21"
MeshIO = "0.4"
Meshing = "0.5, 0.6"
Rotations = "1"
WriteVTK = "1"
julia = "1.6"