Skip to content

Commit 9788ef8

Browse files
committed
Add TGGeometry.jl to Project.toml
1 parent 4155c73 commit 9788ef8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Project.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
88
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
99
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
1010
ExactPredicates = "429591f6-91af-11e9-00e2-59fbe8cec110"
11+
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
1112
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
1213
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
1314
GeometryOpsCore = "05efe853-fabf-41c8-927e-7063c8b9f013"
@@ -20,17 +21,20 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2021
FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
2122
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
2223
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
24+
TGGeometry = "d7e755d2-3c95-4bcf-9b3c-79ab1a78647b"
2325

2426
[extensions]
2527
GeometryOpsFlexiJoinsExt = "FlexiJoins"
2628
GeometryOpsLibGEOSExt = "LibGEOS"
2729
GeometryOpsProjExt = "Proj"
30+
GeometryOpsTGGeometryExt = "TGGeometry"
2831

2932
[compat]
3033
CoordinateTransformations = "0.5, 0.6"
3134
DataAPI = "1"
3235
DelaunayTriangulation = "1.0.4"
3336
ExactPredicates = "2.2.8"
37+
Extents = "0.1.5"
3438
FlexiJoins = "0.1.30"
3539
GeoInterface = "1.2"
3640
GeometryBasics = "0.4.7, 0.5"
@@ -40,8 +44,9 @@ LinearAlgebra = "1"
4044
Proj = "1"
4145
SortTileRecursiveTree = "0.1"
4246
Statistics = "1"
47+
TGGeometry = "0.1"
4348
Tables = "1"
44-
julia = "1.9"
49+
julia = "1.10"
4550

4651
[extras]
4752
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"

0 commit comments

Comments
 (0)