We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972246e commit d7531d5Copy full SHA for d7531d5
.gitignore
@@ -1,3 +1,4 @@
1
*.jl.cov
2
*.jl.*.cov
3
*.jl.mem
4
+/Manifest.toml
Project.toml
@@ -0,0 +1,15 @@
+name = "StaticArrays"
+uuid = "90137ffa-7385-5640-81b9-e52037218182"
+version = "0.10.3"
+
5
+[deps]
6
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
+Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9
10
+[extras]
11
+SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
12
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
+[targets]
15
+test = ["SpecialFunctions", "Test"]
REQUIRE
test/REQUIRE
0 commit comments