agb/tracker/agb-tracker/Cargo.toml

12 lines
466 B
TOML
Raw Normal View History

2023-07-12 21:10:05 +10:00
[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" }
2023-07-12 21:19:50 +10:00
agb = { version = "0.15.0", path = "../../agb" }
2023-07-12 21:16:00 +10:00
agb_tracker_interop = { version = "0.15.0", path = "../agb-tracker-interop", default-features = false }