2021-04-20 07:51:41 +10:00
|
|
|
[package]
|
2021-04-20 09:58:03 +10:00
|
|
|
name = "agb_image_converter"
|
2021-06-21 09:06:55 +10:00
|
|
|
version = "0.4.0"
|
2021-04-20 07:51:41 +10:00
|
|
|
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
|
|
|
edition = "2018"
|
2021-05-23 15:14:12 +10:00
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "Library for converting graphics for use on the Game Boy Advance"
|
2021-04-20 08:15:03 +10:00
|
|
|
|
|
|
|
[dependencies]
|
2021-06-06 03:11:00 +10:00
|
|
|
image = { version = "0.23.14", default-features = false, features = [ "png", "bmp" ] }
|
2021-06-06 02:45:21 +10:00
|
|
|
typed-builder = "0.9.0"
|