Implement M1 Matter.js absorber loop
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
2026-03-22 23:57:14 -05:00
parent 177be6332b
commit fde065d7ef
13 changed files with 479 additions and 96 deletions

View File

@@ -19,6 +19,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/matter-js": "^0.20.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.4.1",
@@ -31,4 +32,3 @@
"vitest": "^3.0.8"
}
}