chore: 添加第三方依赖库
This commit is contained in:
11
thirdparty/rapier.js/builds/prepare_builds/prepare_all_projects.sh
vendored
Normal file
11
thirdparty/rapier.js/builds/prepare_builds/prepare_all_projects.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
features=(non-deterministic deterministic simd)
|
||||
dims=(dim2 dim3)
|
||||
|
||||
for feature in ${features[@]}; do
|
||||
for dim in ${dims[@]}; do
|
||||
echo "preparing dimension $dim with feature $feature"
|
||||
cargo run -p prepare_builds -- -d ${dim} -f ${feature}
|
||||
done
|
||||
done
|
||||
Reference in New Issue
Block a user