mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
15 lines
407 B
TOML
15 lines
407 B
TOML
[package]
|
|
name = "agb_tracker_interop"
|
|
version = "0.15.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
description = "Library for interop between tracker plugins and agb itself. Designed for use with the agb library for the Game Boy Advance."
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
[features]
|
|
default = ["quote"]
|
|
quote = ["dep:quote", "std"]
|
|
std = []
|
|
|
|
[dependencies]
|
|
quote = { version = "1", optional = true } |