Compare commits
No commits in common. "8c88cf9cac046058390d5915047f5b2ccd7eff58" and "d1f6e18b9470f1140c34cabbae46a4ae21d86bc1" have entirely different histories.
8c88cf9cac
...
d1f6e18b94
1
rust/.gitignore
vendored
1
rust/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
/.vscode
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
cargo build
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
cp -f rust/target/debug/libboids.so addons/boids/lib/boids.x86.so
|
|
||||||
cp -f rust/target/debug/boids.dll addons/boids/lib/boids.x86.dll
|
|
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
cross build --release --target x86_64-unknown-linux-gnu
|
cross build --release --target x86_64-unknown-linux-gnu
|
||||||
cross build --release --target x86_64-pc-windows-gnu
|
cross build --release --target x86_64-pc-windows-gnu
|
||||||
cross +nightly build -Zbuild-std --release --target wasm32-unknown-emscripten
|
cross +nightly build -Zbuild-std --release --target wasm32-unknown-emscripten
|
||||||
|
Loading…
Reference in New Issue
Block a user