2023-07-12 21:33:15 +10:00
|
|
|
[package]
|
|
|
|
name = "agb_xm_core"
|
2024-09-25 05:38:33 +10:00
|
|
|
version = "0.21.0"
|
2023-07-24 05:00:31 +10:00
|
|
|
authors = ["Gwilym Inzani <gw@ilym.me>"]
|
2023-07-12 21:33:15 +10:00
|
|
|
edition = "2021"
|
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "Library for converting XM tracker files for use with agb-tracker on the Game Boy Advance. You shouldn't use this package directly"
|
|
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
proc-macro-error = "1"
|
|
|
|
proc-macro2 = "1"
|
|
|
|
quote = "1"
|
2023-07-13 00:38:09 +10:00
|
|
|
syn = "2"
|
2023-07-12 21:33:15 +10:00
|
|
|
|
2024-09-25 05:38:33 +10:00
|
|
|
agb_tracker_interop = { version = "0.21.0", path = "../agb-tracker-interop", default-features = false }
|
|
|
|
agb_fixnum = { version = "0.21.0", path = "../../agb-fixnum" }
|
2023-07-13 00:38:09 +10:00
|
|
|
|
2024-09-25 06:04:51 +10:00
|
|
|
xmrs = { version = "0.7.2", features = ["std"] }
|