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 2a36f67 commit 7e00842Copy full SHA for 7e00842
Project.toml
@@ -4,7 +4,6 @@ authors = ["SimonDanisch <[email protected]>"]
4
version = "0.1.2"
5
6
[deps]
7
-GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
8
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
9
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
10
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
@@ -14,7 +13,8 @@ julia = ">= 1.1"
14
13
15
[extras]
16
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18
19
[targets]
20
-test = ["Test", "Query"]
+test = ["Test", "Query", "Random"]
0 commit comments