2021-10-18 07:59:01 +11:00
|
|
|
[package]
|
|
|
|
name = "agb_sound_converter"
|
2023-04-12 06:28:22 +10:00
|
|
|
version = "0.14.0"
|
2021-10-18 07:59:01 +11:00
|
|
|
authors = ["Gwilym Kuiper <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
|
|
|
|
2021-10-18 09:22:36 +11:00
|
|
|
[profile.dev]
|
|
|
|
opt-level = 3
|
|
|
|
debug = true
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
debug = true
|
|
|
|
|
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"
|