georust / proj

Rust bindings for the latest stable release of PROJ
https://docs.rs/proj
Apache License 2.0
137 stars 43 forks source link

Add bundling support on windows #192

Closed weiznich closed 2 months ago

weiznich commented 5 months ago

We need to always build release builds there (to prevent linker errors due to mixing up debug and release runtimes) and we need an additional flag to prevent the static library to expect some proj.dll file to exist

weiznich commented 2 months ago

@urschrei @michaelkirk @lnicola What is required to move this forward? This is required for windows support of https://github.com/georust/gdal/pull/517

urschrei commented 2 months ago

Sorry for the delay on this @weiznich. I need to figure out why the CI check hasn't run – could you rebase against main?