added files

This commit is contained in:
2026-03-13 03:16:32 +03:00
parent 2002bcca83
commit ba662e44e2
7 changed files with 391 additions and 2 deletions

View File

@@ -52,6 +52,13 @@
"lua",
"sol2"
]
},
"physx": {
"description": "PhysX-backed collider implementations",
"dependencies": [
"physx"
],
"supports": "(windows & x64 & !mingw & !uwp) | (linux & x64) | (linux & arm64)"
}
}
}