Skip to content

Commit f631209

Browse files
committed
use tg_jll
1 parent a1ec7a4 commit f631209

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ version = "0.1.0"
66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
88
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
9-
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9+
tg_jll = "d3b19594-2c4a-559a-8374-9f5b4f4149ad"
1010

1111
[compat]
1212
CEnum = "0.5"
1313
GeoInterface = "1.4"
14-
Libdl = "1"
14+
tg_jll = "0.7"
1515
julia = "1.6"
1616

1717
[extras]

src/TGGeometry.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
module TGGeometry
22

3-
# Write your package code here.
4-
5-
using Libdl, CEnum
3+
using CEnum
64

75
import GeoInterface as GI
86
import GeoInterface
97

10-
const libtg = joinpath(@__DIR__, "..", "..", "tg", "libtg.so")
8+
using tg_jll: libtg
119

1210
include("libtg.jl")
1311
include("geointerface.jl")

0 commit comments

Comments
 (0)