Skip to content

Commit f59e418

Browse files
jaakkor2visr
authored andcommitted
remove Libdl deps as it is not needed
1 parent 7865e46 commit f59e418

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version = "0.6.4"
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
88
GEOS_jll = "d604d12d-fa86-5845-992e-78dc15976526"
99
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
10-
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1110

1211
[compat]
1312
CEnum = "0.2, 0.3, 0.4"

src/LibGEOS.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module LibGEOS
22

33
using GEOS_jll
44
using GeoInterface
5-
using Libdl
65
using CEnum
76

87
export Point, MultiPoint, LineString, MultiLineString, LinearRing, Polygon, MultiPolygon, GeometryCollection,

0 commit comments

Comments
 (0)