agb/tracker/agb-xm-core/Cargo.toml
2024-09-24 21:02:05 +01:00

20 lines
615 B
TOML

[package]
name = "agb_xm_core"
version = "0.21.0"
authors = ["Gwilym Inzani <gw@ilym.me>"]
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"
syn = "2"
agb_tracker_interop = { version = "0.21.0", path = "../agb-tracker-interop", default-features = false }
agb_fixnum = { version = "0.21.0", path = "../../agb-fixnum" }
xmrs = { version = "0.7.0", features = ["std"] }