chore: 添加第三方依赖库
This commit is contained in:
11
thirdparty/rapier.js/rapier-compat/fix_raw_file.sh
vendored
Normal file
11
thirdparty/rapier.js/rapier-compat/fix_raw_file.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
for feature in \
|
||||
2d 2d-deterministic 2d-simd \
|
||||
3d 3d-deterministic 3d-simd
|
||||
do
|
||||
|
||||
echo 'export * from "'"./rapier_wasm$feature"'"' > builds/${feature}/pkg/raw.d.ts
|
||||
echo 'export * from "'"./rapier_wasm$feature"'"' > builds/${feature}/pkg/raw.d.ts
|
||||
|
||||
done;
|
||||
Reference in New Issue
Block a user