Skip to content

Commit faa79c7

Browse files
committed
Add bindgen feature for gdal-sys dependency
1 parent 0c5ea74 commit faa79c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t-rex-gdal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414

1515
[dependencies]
1616
gdal = "0.14"
17-
gdal-sys = "0.8"
17+
gdal-sys = { version = "0.8", features = ["bindgen"] }
1818
log = "0.4"
1919
tile-grid = "0.3.0"
2020
t-rex-core = { path = "../t-rex-core" }

0 commit comments

Comments
 (0)