georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 41 forks source link

v3_12 feature #150

Closed Isaac-Leonard closed 5 months ago

Isaac-Leonard commented 5 months ago

Currently the only way to use geos v3.12.1 is to use the static build but it would be nice to be able to dynamically link to a preinstalled build like we can with the other versions. Would this be possible to add?