Switch backend to wgpu, hopefully will have less issues.

This commit is contained in:
IQuant 2024-07-20 12:01:16 +03:00
parent a7075a22f0
commit 2c3740b643
4 changed files with 464 additions and 131 deletions

View file

@ -2,7 +2,10 @@ run:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run
build:
cd noita-proxy && cargo build
cd noita-proxy && cargo build --release
cp target/tmp/libsteam_api.so noita-proxy/target/debug/
cp target/tmp/libsteam_api.so noita-proxy/target/release/
run-rel:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run --release