We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d4ea1 commit 817664eCopy full SHA for 817664e
1 file changed
packages/typegpu-react/package.json
@@ -1,9 +1,19 @@
1
{
2
"name": "@typegpu/react",
3
- "version": "0.10.0-alpha.8",
+ "version": "0.11.0-alpha.1",
4
+ "private": true,
5
"description": "The best way to integrate TypeGPU into your React app.",
- "keywords": [],
6
+ "keywords": [
7
+ "React",
8
+ "TypeGPU",
9
+ "WebGPU"
10
+ ],
11
"license": "MIT",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/software-mansion/TypeGPU.git",
15
+ "directory": "packages/typegpu-react"
16
+ },
17
"type": "module",
18
"sideEffects": false,
19
"types": "./src/browser/index.ts",
@@ -52,7 +62,7 @@
52
62
"react": "^19.0.0",
53
63
"react-native": "*",
54
64
"react-native-wgpu": "*",
55
- "typegpu": "^0.10.2"
65
+ "typegpu": "workspace:^"
56
66
},
57
67
"peerDependenciesMeta": {
58
68
"react-native": {
0 commit comments