mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
29 lines
534 B
TOML
29 lines
534 B
TOML
[package]
|
|
name = "agb"
|
|
version = "0.2.0"
|
|
authors = ["Corwin Kuiper <corwin@kuiper.dev>"]
|
|
edition = "2018"
|
|
description = "Library for Game Boy Advance Development"
|
|
license = "MPL-2.0"
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
debug = true
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bitflags = "1.0"
|
|
|
|
[build-dependencies]
|
|
agb_image_converter = "0.1.0"
|
|
|
|
[package.metadata.docs.rs]
|
|
default-target = "thumbv6m-none-eabi"
|
|
targets = []
|