Compare commits

..

No commits in common. "8c88cf9cac046058390d5915047f5b2ccd7eff58" and "d1f6e18b9470f1140c34cabbae46a4ae21d86bc1" have entirely different histories.

3 changed files with 0 additions and 13 deletions

1
rust/.gitignore vendored
View File

@ -1 +0,0 @@
/.vscode

View File

@ -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

View File

@ -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