Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing libwebp-sys crate #31

Open
ghost opened this issue Oct 16, 2023 · 2 comments
Open

Replacing libwebp-sys crate #31

ghost opened this issue Oct 16, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 16, 2023

I created a crate that downloads pre-built libwebp binary files from Google and links to them. By doing this, we effectively avoid any potential issues with local builds, including upstream changes breaking the build.
https://github.com/zzwxh/webp_encoder

@ghost
Copy link
Author

ghost commented Oct 16, 2023

This crate currently does not meet the requirements, but if you're interested, I can continue.

@ghost
Copy link
Author

ghost commented Oct 16, 2023

Advantages:

  1. No need to maintain a specific build system (cc-rs, cmake, etc.) by yourself.
  2. Can automate all the work using a CI/CD pipeline.

Disadvantages:

  1. Some users may not prefer binary distribution.
  2. Google's provided build only supports mainstream platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants