mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
encode_area seems to work, ~4.6ns/pixel
This commit is contained in:
parent
985bb6dbe2
commit
fb4a392b97
8 changed files with 266 additions and 45 deletions
4
Justfile
4
Justfile
|
@ -26,6 +26,10 @@ build_ext:
|
|||
cd ewext && cargo build --release --target=i686-pc-windows-gnu
|
||||
cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll
|
||||
|
||||
build_ext_debug:
|
||||
cd ewext && cargo build --target=i686-pc-windows-gnu
|
||||
cp ewext/target/i686-pc-windows-gnu/debug/ewext.dll quant.ew/ewext.dll
|
||||
|
||||
##
|
||||
|
||||
run-rel: add_dylib_release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue