🎉 Support for webp images (#6665)

This commit is contained in:
Alejandro Alonso 2025-06-10 08:40:30 +02:00 committed by GitHub
parent 8c337f508b
commit ed76b1b1ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 10 deletions

View file

@ -9,7 +9,7 @@ pushd $_SCRIPT_DIR;
. ./_build_env
export CARGO_BUILD_TARGET=${CARGO_BUILD_TARGET:-"wasm32-unknown-emscripten"};
export SKIA_BINARIES_URL=${SKIA_BINARIES_URL:-"https://github.com/penpot/skia-binaries/releases/download/0.81.0-3/skia-binaries-24dee32a277b6c7b5357-wasm32-unknown-emscripten-gl-svg-textlayout-binary-cache.tar.gz"}
export SKIA_BINARIES_URL=${SKIA_BINARIES_URL:-"https://github.com/penpot/skia-binaries/releases/download/0.86.0-1/skia-binaries-cab569e6478958ca0783-wasm32-unknown-emscripten-gl-svg-textlayout-binary-cache-webp.tar.gz"}
cargo build $_CARGO_PARAMS