mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
fix: drop unused fast_image_resize, drop toolchain back to 1.86, limit emscripten build to pacman project properly
This commit is contained in:
@@ -52,7 +52,7 @@ async function build(release: boolean, env: Record<string, string> | null) {
|
||||
release ? "release" : "debug"
|
||||
}`
|
||||
);
|
||||
await $`cargo build --target=wasm32-unknown-emscripten ${
|
||||
await $`cargo build --target=wasm32-unknown-emscripten --package pacman ${
|
||||
release ? "--release" : ""
|
||||
}`.env(env ?? undefined);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user