[package]
edition = "2024"
name = "agb_tracker_interop"
version = "0.23.0"
authors = ["Gwilym Inzani <gw@ilym.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for interop between tracker plugins and agb itself. Designed for use with the agb library for the Game Boy Advance."
readme = false
license = "MPL-2.0"
repository = "https://github.com/agbrs/agb"
resolver = "2"
[features]
default = ["quote"]
quote = [
"dep:quote",
"dep:proc-macro2",
"std",
]
std = []
[lib]
name = "agb_tracker_interop"
path = "src/lib.rs"
[dependencies.agb_fixnum]
version = "0.23.0"
[dependencies.proc-macro2]
version = "1"
optional = true
[dependencies.quote]
version = "1"
optional = true