neser 0.3.0

NESER - NES Emulator in Rust. Desktop (SDL) and WebAssembly frontends.
Documentation
1
2
3
4
5
6
pub mod gl_backend;
pub mod input;
mod shader_manager;

#[allow(unused_imports)]
pub use gl_backend::{Crosshair, GlBackend, ProcAddressLoader, RenderTarget};