ines 0.3.0

Library for reading and writing NES roms encoded in the INES format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ines"
description = "Library for reading and writing NES roms encoded in the INES format"
version = "0.3.0"
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
license = "MIT"
readme = "README.md"
edition = "2021"
homepage = "https://gitlab.com/gridbugs/mos6502.git"
repository = "https://gitlab.com/gridbugs/mos6502.git"
documentation = "https://docs.rs/ines"

[dependencies]
log = "0.4"