mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Switch backend to wgpu, hopefully will have less issues.
This commit is contained in:
parent
a7075a22f0
commit
2c3740b643
4 changed files with 464 additions and 131 deletions
3
Justfile
3
Justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue