1 Star 0 Fork 0

Aquarius2020/learn-wgpu-zh

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 780 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jinlei Li 提交于 2025-02-22 15:03 +08:00 . Rust 2024
{
"name": "learn-wgpu-zh",
"version": "1.2.0",
"description": "学习 wgpu:下一代跨平台图形接口 WebGPU 的 Rust 实现",
"engines": {
"node": ">=20.0"
},
"scripts": {
"dev": "./build-wasm.sh && vitepress dev docs",
"build": "./build-wasm.sh && vitepress build docs",
"just-build": "vitepress build docs",
"just-dev": "vitepress dev docs"
},
"author": "Jinlei Li",
"license": "MIT",
"lint-staged": {
"*.{cjs,js,vue}": "eslint --fix",
"*.{json,yml,css,scss}": "prettier --write",
"package.json": "sort-package-json"
},
"devDependencies": {
"sass": "^1.81.0",
"vite": "^5.4.10",
"vitepress": "^1.5.0",
"vue": "^3.5.12"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cs1818/learn-wgpu-zh.git
git@gitee.com:cs1818/learn-wgpu-zh.git
cs1818
learn-wgpu-zh
learn-wgpu-zh
master

搜索帮助