mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
27 lines
586 B
TOML
27 lines
586 B
TOML
[package]
|
|
name = "agb_image_converter"
|
|
version = "0.21.1"
|
|
authors = ["Gwilym Inzani <gw@ilym.me>"]
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
description = "Library for converting graphics for use on the Game Boy Advance"
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
image = { version = "0.24", default-features = false, features = [
|
|
"png",
|
|
"bmp",
|
|
] }
|
|
syn = { version = "2", features = ["proc-macro", "parsing"] }
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
asefile = "0.3.8"
|
|
fontdue = "0.9"
|
|
pagination-packing = "2.1.0"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "1"
|