2021-10-18 07:59:01 +11:00
|
|
|
[package]
|
|
|
|
name = "agb_sound_converter"
|
2024-05-25 22:20:03 +10:00
|
|
|
version = "0.20.2"
|
2023-07-26 19:27:49 +10:00
|
|
|
authors = ["Gwilym Inzani <gw@ilym.me>"]
|
2023-02-08 07:32:35 +11:00
|
|
|
edition = "2021"
|
2021-10-18 07:59:01 +11:00
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "Library for converting wavs for use on the Game Boy Advance"
|
2022-07-15 06:49:53 +10:00
|
|
|
repository = "https://github.com/agbrs/agb"
|
2021-10-18 07:59:01 +11:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2022-09-16 06:32:21 +10:00
|
|
|
hound = "3.5"
|
2023-03-24 09:02:23 +11:00
|
|
|
syn = "2"
|
2022-03-15 07:34:02 +11:00
|
|
|
proc-macro2 = "1"
|
|
|
|
quote = "1"
|