WebGPU 游戏项目初始化 - 添加基础配置文件和源代码
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "webgpu-game",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@webgpu/types": "^0.1.66",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user