-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathProject.toml
More file actions
39 lines (33 loc) · 951 Bytes
/
Project.toml
File metadata and controls
39 lines (33 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name = "LibGEOS"
uuid = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
license = "MIT"
version = "0.9.7"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GEOS_jll = "d604d12d-fa86-5845-992e-78dc15976526"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[extensions]
LibGEOSMakieExt = "Makie"
LibGEOSRecipesBaseExt = "RecipesBase"
[compat]
Aqua = "0.8"
CEnum = "0.2, 0.3, 0.4, 0.5"
Extents = "0.1.1"
GEOS_jll = "3.14"
GeoInterface = "1.6"
Makie = "0.23, 0.24"
Plots = "1"
RecipesBase = "1"
Test = "<0.0.1,1"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Makie", "Plots", "RecipesBase", "Test"]