agb/agb-image-converter/Cargo.toml

11 lines
341 B
TOML
Raw Normal View History

2021-04-19 22:51:41 +01:00
[package]
name = "agb_image_converter"
2021-06-05 18:07:10 +01:00
version = "0.2.0"
2021-04-19 22:51:41 +01:00
authors = ["Gwilym Kuiper <gw@ilym.me>"]
edition = "2018"
license = "MPL-2.0"
description = "Library for converting graphics for use on the Game Boy Advance"
2021-04-19 23:15:03 +01:00
[dependencies]
image = { version = "0.23.14", default-features = false, features = [ "png", "bmp" ] }
2021-06-05 17:45:21 +01:00
typed-builder = "0.9.0"