rapier物理库

This commit is contained in:
janing
2025-11-28 18:09:54 +08:00
parent 504423104b
commit 4e4863c7e6
5 changed files with 240 additions and 0 deletions

20
pinball-physics/.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock
# WASM
/pkg/
/wasm-pack.log
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db