2023-04-07 06:09:44 +10:00
|
|
|
[package]
|
|
|
|
name = "agb-gbafix"
|
2024-06-13 02:57:39 +10:00
|
|
|
version = "0.20.3"
|
2023-04-07 06:09:44 +10:00
|
|
|
edition = "2021"
|
2023-04-10 03:40:33 +10:00
|
|
|
authors = ["Gwilym Inzani <email@gwilym.dev>"]
|
2023-07-29 06:54:36 +10:00
|
|
|
license = "MPL-2.0"
|
2023-04-10 03:40:33 +10:00
|
|
|
description = "CLI utility to convert ELF file to valid GBA ROM"
|
|
|
|
repository = "https://github.com/agbrs/agb"
|
2023-04-07 06:09:44 +10:00
|
|
|
|
|
|
|
[dependencies]
|
2023-04-07 06:54:26 +10:00
|
|
|
elf = "0.7"
|
2023-04-07 08:43:57 +10:00
|
|
|
anyhow = "1"
|
2023-04-12 06:28:22 +10:00
|
|
|
clap = "4"
|
2024-04-03 23:33:50 +11:00
|
|
|
rmp-serde = "1"
|
2024-04-03 23:38:49 +11:00
|
|
|
lz4_flex = "0.11"
|