Init.
This commit is contained in:
commit
41ee5c3be8
12 changed files with 841 additions and 0 deletions
7
build
Executable file
7
build
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue