We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f54d6 commit a50bd0aCopy full SHA for a50bd0a
publish.sh
@@ -11,6 +11,7 @@ cp -r LICENSE-MIT LICENSE-APACHE README.md "$tmp"/.
11
### Publish avian2d
12
sed 's#\.\./\.\./src#src#g' crates/avian2d/Cargo.toml > "$tmp"/Cargo.toml
13
cp -r crates/avian2d/examples "$tmp"/.
14
+cp -r crates/avian2d/benches "$tmp"/.
15
cd "$tmp" && cargo publish
16
17
### Remove the 2D examples and return to previous directory
0 commit comments