Bump @valknar/vpinball-wasm to 0.3.4

0.3.4 skips SDL_SetWindowIcon on the Emscripten target, so the engine no
longer hijacks the browser tab's favicon (and title) via a blob: URL
when a table loads — verified live, no app-side workaround needed.
This commit is contained in:
2026-08-24 14:08:19 +02:00
parent a2b929dbec
commit 89d4d9b071
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"lint": "eslint"
},
"dependencies": {
"@valknar/vpinball-wasm": "0.3.3",
"@valknar/vpinball-wasm": "0.3.4",
"next": "16.3.2",
"react": "19.2.8",
"react-dom": "19.2.8"