Skip to content

Commit

Permalink
Add bindgen feature for gdal-sys dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 7, 2023
1 parent 0c5ea74 commit faa79c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t-rex-gdal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false

[dependencies]
gdal = "0.14"
gdal-sys = "0.8"
gdal-sys = { version = "0.8", features = ["bindgen"] }
log = "0.4"
tile-grid = "0.3.0"
t-rex-core = { path = "../t-rex-core" }

0 comments on commit faa79c7

Please sign in to comment.