olxgroup-oss / libvips-rust-bindings

Rust bindings for libvips
MIT License
95 stars 41 forks source link

Feature request: `static-link` feature #116

Open paul-english opened 3 months ago

paul-english commented 3 months ago

In some environments it's a bit challenging to get the libvips libraries. As an option it could be great to allow static linking of libvips so that a rust binary can be compiled in one environment and used in another compatible environment where libvips isn't necessarily available or you're expecting a simpler user space installation.