- Upgrade bindgen to fix incorrect results on aarch64 (e.g. Apple's M1)
- Allow proj-sys to link to
proj_d.lib
. This prevents a linker error when building in debug mode with MSVC
- Update to PROJ 7.2.1
- add
bundled_proj_tiff
feature
- Unify repo with proj repo
- Switch to GH actions
- Add inline docs
- Expand link-search paths for bundled_proj feature in build.rs
- The
bundled_proj
feature statically links libproj and disables native network functionality
- Update to PROJ 7.1.0
- Enabled bundled PROJ for macOS target
- Enable
pkg_config
option for Linux targets pkg_config
is now optional on macOS
- Add pkgconfig to macOS build script for more robust PROJ library resolution
- Add bundled Linux build option
- Update to PROJ 7.0.0
- Fixed link to function references
- Bumped minimum PROJ version to 6.2.0
- Updated to 2018 edition
- Bumped minimum PROJ.4 version to 6.0.0
- Updated to 2018 edition
- Bumped minimum PROJ.4 version to 5.2.0
- Bumped minimum PROJ.4 version to 5.1.0
- Removed the
pj_strerrno
method, now that proj_errno_string exists