[package] name = "gbafix" version = "1.0.4" authors = ["Lokathor "] edition = "2018" description = "Rust port of the C `gbafix` utility. For GBA rom patching." keywords = ["gbafix", "gba"] categories = ["command-line-utilities", "development-tools::build-utils", "embedded"] license = "GPL-3.0-or-later" repository = "https://github.com/rust-console/gbafix" [dependencies] bytemuck = "1"