离心机配置

This commit is contained in:
2026-03-29 21:22:42 +08:00
parent 623e05f250
commit 6f0ba1c49b
5 changed files with 202 additions and 3 deletions

26
deps/cloudxr/package/package.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "@nvidia/cloudxr",
"version": "6.1.0",
"private": false,
"main": "build/cloudxr.js",
"types": "build/cloudxr.d.ts",
"files": [
"build/cloudxr.js",
"build/cloudxr.d.ts",
"build/Session.d.ts",
"build/createSession.d.ts",
"LICENSE"
],
"keywords": [],
"description": "CloudXR.js is a JavaScript library for building WebXR applications that use CloudXR.",
"engines": {
"node": ">=20.19.0"
},
"peerDependencies": {
"gl-matrix": "^3.4.3",
"long": "^5.3.2"
},
"overrides": {
"memfs": "4.56.9"
}
}