agb/agb-tracker/Cargo.toml
2023-07-18 21:37:01 +01:00

11 lines
359 B
TOML

[package]
name = "agb_tracker"
version = "0.15.0"
edition = "2021"
license = "MPL-2.0"
description = "Library for playing tracker music. Designed for use with the agb library for the Game Boy Advance."
repository = "https://github.com/agbrs/agb"
[dependencies]
agb_xm = { version = "0.15.0", path = "../agb-xm" }
agb = { version = "0.15.0", path = "../agb" }