mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
16 lines
321 B
TOML
16 lines
321 B
TOML
[package]
|
|
name = "agb_sound_converter"
|
|
version = "0.1.0"
|
|
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
description = "Library for converting wavs for use on the Game Boy Advance"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
hound = "3.4.0"
|
|
syn = "1.0.73"
|
|
proc-macro2 = "1.0.27"
|
|
quote = "1.0.9" |