From bb5ba81149b4e56597d1c1131efd6a59740c7933 Mon Sep 17 00:00:00 2001 From: Jinny You Date: Wed, 4 Dec 2024 16:00:32 +0900 Subject: [PATCH] wasm: switch to Emscripten-specific WebGPU header Use for browser-specific WebGPU support. --- src/bindings/wasm/tvgWasmLottieAnimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/wasm/tvgWasmLottieAnimation.cpp b/src/bindings/wasm/tvgWasmLottieAnimation.cpp index 58f21045..7811554d 100644 --- a/src/bindings/wasm/tvgWasmLottieAnimation.cpp +++ b/src/bindings/wasm/tvgWasmLottieAnimation.cpp @@ -25,7 +25,7 @@ #include #include "tvgPicture.h" #ifdef THORVG_WG_RASTER_SUPPORT - #include + #include #endif #ifdef THORVG_GL_RASTER_SUPPORT #include