Define basic data structure

This commit is contained in:
2023-07-26 23:13:16 +02:00
parent 2a8115e6f4
commit ddf586990a
16 changed files with 1249 additions and 2 deletions

View File

@@ -2,7 +2,11 @@
"name": "oktaeder",
"version": "0.1.0",
"description": "3D rendering library for WebGPU",
"keywords": ["3d", "gltf", "wegbpu"],
"keywords": [
"3d",
"gltf",
"wegbpu"
],
"homepage": "https://github.com/iszn11/oktaeder",
"bugs": {
"url": "https://github.com/iszn11/oktaeder/issues"
@@ -20,6 +24,7 @@
"tslib": "^2.6.1"
},
"devDependencies": {
"@webgpu/types": "^0.1.34",
"typescript": "5.1.6"
},
"exports": {