fix: 修复Rust文档测试和添加rapier2d WASM绑定
This commit is contained in:
32
packages/rapier2d/pkg/package.json
Normal file
32
packages/rapier2d/pkg/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "dimforge_rapier2d-deterministic",
|
||||
"type": "module",
|
||||
"collaborators": [
|
||||
"Sébastien Crozet <developer@crozet.re>"
|
||||
],
|
||||
"description": "2-dimensional physics engine in Rust - official JS bindings.",
|
||||
"version": "0.19.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dimforge/rapier.js"
|
||||
},
|
||||
"files": [
|
||||
"rapier_wasm2d_bg.wasm",
|
||||
"rapier_wasm2d.js",
|
||||
"rapier_wasm2d.d.ts"
|
||||
],
|
||||
"main": "rapier_wasm2d.js",
|
||||
"homepage": "https://rapier.rs",
|
||||
"types": "rapier_wasm2d.d.ts",
|
||||
"sideEffects": [
|
||||
"./snippets/*"
|
||||
],
|
||||
"keywords": [
|
||||
"physics",
|
||||
"dynamics",
|
||||
"rigid",
|
||||
"real-time",
|
||||
"joints"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user