diff --git a/packages/webgpu/cpp/jsi/RNFHybridObject.h b/packages/webgpu/cpp/jsi/RNFHybridObject.h index c1425262..1f8ab49e 100644 --- a/packages/webgpu/cpp/jsi/RNFHybridObject.h +++ b/packages/webgpu/cpp/jsi/RNFHybridObject.h @@ -18,7 +18,7 @@ // Forward declare to avoid circular dependency namespace margelo { -template +template struct JSIConverter; } diff --git a/packages/webgpu/package.json b/packages/webgpu/package.json index fd0fdbd2..f029d714 100644 --- a/packages/webgpu/package.json +++ b/packages/webgpu/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wgpu", - "version": "0.2.4", + "version": "0.2.5", "description": "React Native WebGPU", "main": "lib/commonjs/index", "module": "lib/module/index",