This commit is contained in:
Matthieu Jolimaitre 2025-06-17 14:07:59 +02:00
commit 41ee5c3be8
12 changed files with 841 additions and 0 deletions

7
build Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
cargo build --release --target=x86_64-unknown-linux-musl
cargo xwin build --release --target=x86_64-pc-windows-msvc --bin=fsr-play --no-default-features