Cykooz / libheif-rs

Safe wrapper to libheif-sys for parsing heif/heic files
MIT License
34 stars 11 forks source link

License #24

Open virtualritz opened 4 months ago

virtualritz commented 4 months ago

I understand libheif (the base for the libheif-sys and thus this crate) is under LGPL.

I think a warning should be placed in the README about this. If a user links such a dependencies statically into their binary, they will violate the license.

And that may happen involuntareily as a user currently need to go three levels down the dependency tree, to find out (like I did). :grin: