2023-07-12 21:10:05 +10:00
|
|
|
[package]
|
|
|
|
name = "agb_xm"
|
2024-10-03 08:08:04 +10:00
|
|
|
version = "0.21.1"
|
2023-07-26 19:27:49 +10:00
|
|
|
authors = ["Gwilym Inzani <gw@ilym.me>"]
|
2023-07-12 21:10:05 +10:00
|
|
|
edition = "2021"
|
|
|
|
license = "MPL-2.0"
|
2023-07-12 21:33:15 +10:00
|
|
|
description = "Library for converting XM tracker files for use with agb-tracker on the Game Boy Advance. You shouldn't use this package directly"
|
2023-07-12 21:10:05 +10:00
|
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-03 08:08:04 +10:00
|
|
|
agb_xm_core = { version = "0.21.1", path = "../agb-xm-core" }
|
|
|
|
agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop", features = ["quote"] }
|
2023-07-12 21:33:15 +10:00
|
|
|
proc-macro-error = "1"
|
|
|
|
proc-macro2 = "1"
|
2024-06-05 18:55:07 +10:00
|
|
|
|
|
|
|
quote = "1"
|
|
|
|
syn = "2"
|
|
|
|
|
2024-10-16 05:58:14 +11:00
|
|
|
xmrs = "=0.8.1"
|