2024-06-05 19:32:38 +10:00
|
|
|
[package]
|
|
|
|
name = "desktop-player"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Gwilym Inzani <gw@ilym.me>"]
|
|
|
|
license = "MPL-2.0"
|
|
|
|
description = "A way to play XM files on desktop as they would on the gba without needing a test ROM"
|
|
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-03 08:08:04 +10:00
|
|
|
agb_xm_core = { version = "0.21.1", path = "../agb-xm-core" }
|
|
|
|
agb_tracker = { version = "0.21.1", path = "../agb-tracker", default-features = false }
|
|
|
|
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }
|
2024-06-05 19:32:38 +10:00
|
|
|
|
2024-09-25 05:53:13 +10:00
|
|
|
anyhow = "1"
|
2024-10-21 09:39:55 +11:00
|
|
|
xmrs = "=0.8.5"
|
2024-06-06 00:33:56 +10:00
|
|
|
|
|
|
|
cpal = "0.15"
|