georust / proj

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

New tiff feature flag should be plumbed from proj to proj-sys #149

Open dzfranklin opened 1 year ago

dzfranklin commented 1 year ago

The new tiff feature flag added in #143 is only on proj-sys. Based on the docs added it seems like the intent was to add the flag on proj as well, which would then just propagate the flag to proj-sys. Otherwise using it is awkward, as you have to add an explicit dependency on proj-sys.