mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:28:27 +02:00
🎉 Support for webp images (#6665)
This commit is contained in:
parent
8c337f508b
commit
ed76b1b1ee
7 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue