We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98612f6 commit a133198Copy full SHA for a133198
2 files changed
βpackages/webgpu/cpp/jsi/RNFHybridObject.hβ
@@ -18,7 +18,7 @@
18
19
// Forward declare to avoid circular dependency
20
namespace margelo {
21
-template <typename ArgType, typename SFINAE = void>
+template <typename ArgType, typename SFINAE>
22
struct JSIConverter;
23
}
24
βpackages/webgpu/package.jsonβ
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-wgpu",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "React Native WebGPU",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments