2021-04-19 22:51:41 +01:00
|
|
|
[package]
|
2021-04-20 00:58:03 +01:00
|
|
|
name = "agb_image_converter"
|
2024-02-06 22:36:11 +00:00
|
|
|
version = "0.18.1"
|
2023-07-26 10:27:49 +01:00
|
|
|
authors = ["Gwilym Inzani <gw@ilym.me>"]
|
2023-02-07 20:32:35 +00:00
|
|
|
edition = "2021"
|
2021-05-23 06:14:12 +01:00
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "Library for converting graphics for use on the Game Boy Advance"
|
2022-07-14 21:49:53 +01:00
|
|
|
repository = "https://github.com/agbrs/agb"
|
2021-04-19 23:15:03 +01:00
|
|
|
|
2021-07-21 22:07:09 +01:00
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
2021-04-19 23:15:03 +01:00
|
|
|
[dependencies]
|
2023-07-26 10:27:49 +01:00
|
|
|
image = { version = "0.23", default-features = false, features = [
|
|
|
|
"png",
|
|
|
|
"bmp",
|
|
|
|
] }
|
2023-04-13 22:15:53 +01:00
|
|
|
syn = { version = "2", features = ["proc-macro", "parsing"] }
|
2022-03-14 20:34:02 +00:00
|
|
|
proc-macro2 = "1"
|
|
|
|
quote = "1"
|
2023-07-01 14:21:18 +00:00
|
|
|
asefile = "0.3.6"
|
2023-11-26 04:14:47 +00:00
|
|
|
fontdue = "0.8"
|