We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5ea74 commit faa79c7Copy full SHA for faa79c7
t-rex-gdal/Cargo.toml
@@ -14,7 +14,7 @@ doctest = false
14
15
[dependencies]
16
gdal = "0.14"
17
-gdal-sys = "0.8"
+gdal-sys = { version = "0.8", features = ["bindgen"] }
18
log = "0.4"
19
tile-grid = "0.3.0"
20
t-rex-core = { path = "../t-rex-core" }
0 commit comments