agb/tracker/agb-xm/Cargo.toml
2023-10-31 20:35:14 +00:00

17 lines
457 B
TOML

[package]
name = "agb_xm"
version = "0.18.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"
[lib]
proc-macro = true
[dependencies]
agb_xm_core = { version = "0.18.0", path = "../agb-xm-core" }
proc-macro-error = "1"
proc-macro2 = "1"