-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
44 lines (40 loc) · 1.26 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
name = "TopOptMakie"
uuid = "e9c7d871-bed6-4650-ae23-a24e464b8b55"
authors = ["JuliaTopOpt Contributors"]
version = "0.1.1"
[deps]
AbstractPlotting = "537997a7-5e4e-5d89-9595-2241ea00577e"
Ferrite = "c061ca5d-56c9-439f-9c0e-210fe06d3992"
GLFW = "f7f18e0c-5ee9-5ccd-a5bf-e8befd85ed98"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Nonconvex = "01bcebdf-4d21-426d-b5c4-6132c1619978"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
TopOpt = "53a1e1a5-51bb-58a9-8a02-02056cc81109"
TopOptProblems = "27704a7e-a4df-40bc-951d-d074625df1c8"
VTKDataTypes = "10d27dd1-1d0f-5a4c-b178-bd2d0045a217"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[compat]
AbstractPlotting = "0.15, 0.16"
Ferrite = "0.3"
GeometryBasics = "0.3"
GeometryTypes = "0.8"
GLFW = "3.4.1"
IJulia = "1.23.2"
Makie = "0.12.0"
Nonconvex = "0.5.2"
Requires = "1.1"
StatsFuns = "0.9.9"
TopOpt = "0.4.2"
TopOptProblems = "0.1.1"
VTKDataTypes = "0.1"
WGLMakie = "0.3.4"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]