Some checks failed
CI / rust (push) Has been cancelled
Full NES emulation: CPU, PPU, APU, 47 mappers, iNES/NES 2.0 parsing. GTK4 desktop client with HeaderBar, pixel-perfect Cairo rendering, drag-and-drop ROM loading, and keyboard shortcuts. 187 tests covering core emulation, mappers, and runtime.
10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
name = "nesemu-adapter-api"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Backend-agnostic adapter traits for nesemu clients"
|
|
license = "MIT OR Apache-2.0"
|
|
rust-version = "1.85"
|
|
|
|
[dependencies]
|