Skip to content

Commit

Permalink
Use gdal-sys from github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Dec 9, 2021
1 parent 3cfc831 commit 33885a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions t-rex-gdal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ workspace = ".."
doctest = false

[dependencies]
gdal = "0.11"
gdal-sys = "0.5"
#gdal = "0.11"
gdal = { git = "https://github.com/geohardtke/gdal", branch = "prebuilt_34" }
#gdal-sys = "0.5"
# We need GDAL 3.4 bindings for Win CI (https://github.com/georust/gdal/pull/231)
gdal-sys = { git = "https://github.com/geohardtke/gdal", branch = "prebuilt_34" }
log = "0.4"
tile-grid = { path = "../tile-grid" }
t-rex-core = { path = "../t-rex-core" }

0 comments on commit 33885a8

Please sign in to comment.