We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a44df commit 90a7955Copy full SHA for 90a7955
gen/generate.toml
@@ -1,6 +1,6 @@
1
[general]
2
library_name = "libgeos"
3
-output_file_path = "../src/libgeos.jl"
+output_file_path = "../src/libgeos_api.jl"
4
# prologue_file_path = "prologue.jl"
5
use_julia_native_enum_type = false
6
print_using_CEnum = false
src/LibGEOS.jl
@@ -24,7 +24,7 @@ module LibGEOS
24
export contains
25
end
26
27
- include("libgeos.jl")
+ include("libgeos_api.jl")
28
29
mutable struct GEOSError <: Exception
30
msg::String
src/libgeos.jl renamed to src/libgeos_api.jl
0 commit comments