Skip to content

Commit cc3f163

Browse files
authored
remove BenchmarkTools
1 parent e7bedf7 commit cc3f163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Project.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ StaticArrays = "0.12, 1"
1515
julia = "1.10"
1616

1717
[extras]
18-
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
1918
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
2019
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
2120
PlyIO = "42171d58-473b-503a-8d5f-782019eb09ec"
2221
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2322

2423
[targets]
25-
test = ["BenchmarkTools", "GeometryBasics", "Meshes", "PlyIO", "Test"]
24+
test = ["GeometryBasics", "Meshes", "PlyIO", "Test"]

0 commit comments

Comments
 (0)