Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rustynes-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ rustynes-netplay.workspace = true
# dependency-light. Native-only on purpose — the wasm blitter uses
# `core::arch::wasm32` v128 intrinsics under `+simd128` (with a scalar fallback),
# so `wide` never enters the wasm bundle and the 5 MiB size budget is untouched.
wide = "0.7"
wide = "1.5"

# v1.7.0 "Forge" G4 — movie-export hash hardening (native export path only, so
# the wasm size budget is untouched). `.fm2` wants an MD5 `romChecksum`, `.bk2`
Expand Down
Loading