1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-02-03 04:56:38 +11:00
agb/tracker/agb-xm/Cargo.toml

17 lines
457 B
TOML
Raw Normal View History

2023-07-12 12:10:05 +01:00
[package]
name = "agb_xm"
2024-03-06 19:11:47 +00:00
version = "0.19.1"
authors = ["Gwilym Inzani <gw@ilym.me>"]
2023-07-12 12:10:05 +01: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"
2023-07-12 12:10:05 +01:00
repository = "https://github.com/agbrs/agb"
[lib]
proc-macro = true
[dependencies]
2024-03-06 19:11:47 +00:00
agb_xm_core = { version = "0.19.1", path = "../agb-xm-core" }
proc-macro-error = "1"
proc-macro2 = "1"