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 32b89e6 commit 3e623ffCopy full SHA for 3e623ff
Project.toml
@@ -5,4 +5,13 @@ uuid = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
5
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
7
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
+
9
+[extras]
10
+Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
11
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12
13
+[targets]
14
+test = ["Quaternions", "Test"]
15
16
+[compat]
17
+julia = "0.7, 1"
test/REQUIRE
0 commit comments