This commit is contained in:
2025-11-28 03:17:23 -07:00
parent 611f0f6f71
commit 6b69cc1459
8 changed files with 344 additions and 51 deletions

View File

@@ -18,6 +18,9 @@ cargo build --release --target=x86_64-unknown-linux-gnu
# -- Build for Windows (x86-64) --
cargo build --release --target=x86_64-pc-windows-gnu
# -- Generate C# Headers --
cargo run --features headers --bin generate-headers
cd ..
echo "--------------------"