mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
23 lines
394 B
TOML
23 lines
394 B
TOML
[package]
|
|
name = "agb-gbafix"
|
|
version = "0.18.0"
|
|
edition = "2021"
|
|
authors = ["Gwilym Inzani <email@gwilym.dev>"]
|
|
license = "MPL-2.0"
|
|
description = "CLI utility to convert ELF file to valid GBA ROM"
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
[dependencies]
|
|
elf = "0.7"
|
|
anyhow = "1"
|
|
clap = "4"
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
debug = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = "fat"
|
|
debug = true
|