-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
40 lines (34 loc) · 1.08 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
name = "NURBS"
uuid = "dde13934-061e-461b-aa91-2c0fad390a0d"
authors = ["Bernd Hofmann <[email protected]> and contributors"]
version = "0.8.0"
[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[weakdeps]
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
[extensions]
NURBSext = "PlotlyJS"
[compat]
FileIO = "1"
LinearAlgebra = "1"
PlotlyJS = "0.18"
StaticArrays = "1"
Statistics = "1"
Suppressor = "0.2"
UUIDs = "1"
WriteVTK = "1"
julia = "1.8"
[extras]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "JuliaFormatter", "PlotlyJS", "TestItemRunner"]