Skip to content

Commit 817664e

Browse files
committed
@typegpu/react-v0.11.0-alpha.1
1 parent f8d4ea1 commit 817664e

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

packages/typegpu-react/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "@typegpu/react",
3-
"version": "0.10.0-alpha.8",
3+
"version": "0.11.0-alpha.1",
4+
"private": true,
45
"description": "The best way to integrate TypeGPU into your React app.",
5-
"keywords": [],
6+
"keywords": [
7+
"React",
8+
"TypeGPU",
9+
"WebGPU"
10+
],
611
"license": "MIT",
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/software-mansion/TypeGPU.git",
15+
"directory": "packages/typegpu-react"
16+
},
717
"type": "module",
818
"sideEffects": false,
919
"types": "./src/browser/index.ts",
@@ -52,7 +62,7 @@
5262
"react": "^19.0.0",
5363
"react-native": "*",
5464
"react-native-wgpu": "*",
55-
"typegpu": "^0.10.2"
65+
"typegpu": "workspace:^"
5666
},
5767
"peerDependenciesMeta": {
5868
"react-native": {

0 commit comments

Comments
 (0)