rynorris / nes

NES emulator written in Rust
MIT License
11 stars 0 forks source link

Cleaner split between core and frontend code #62

Closed rynorris closed 5 years ago

rynorris commented 5 years ago

Main motivation is to remove all references to sdl2 and dirs crates from the core module so that it can compile down to wasm.