agb/agb-tracker-interop/Cargo.toml

14 lines
360 B
TOML
Raw Normal View History

2023-07-12 21:16:00 +10:00
[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"]
[dependencies]
quote = "1"