Skip to content
v0.8.0 - Rust 2024 Edition & Dependency Modernization

This release modernizes the RustyNES codebase with Rust 2024 Edition
and updates all dependencies to their latest stable versions.

- Rust 2024 Edition (MSRV 1.88+)
- eframe/egui 0.33 for desktop GUI
- cpal 0.16 + rubato 0.16 for audio with resampling
- 508+ tests passing, 100% Blargg pass rate

- eframe: 0.29 -> 0.33
- egui: 0.29 -> 0.33
- cpal: 0.15 -> 0.16
- rubato: NEW (0.16)
- ron: 0.8 -> 0.12
- thiserror: 1.0 -> 2.0
- clap: 4.4 -> 4.5
- rfd: 0.14 -> 0.15
- gilrs: 0.10 -> 0.11

- M7 (Accuracy Improvements): COMPLETE
- M8 (Test ROM Validation): COMPLETE
- M9-S0 (Dependency Upgrade): COMPLETE
- M9 (Known Issues): Ready to Start
- M10 (Final Polish): Planned

Full changelog: https://github.com/doublegate/RustyNES/blob/alt-desktop/CHANGELOG.md