agb/tracker/agb-midi-core/Cargo.toml

19 lines
585 B
TOML
Raw Permalink Normal View History

2023-11-01 22:32:41 +11:00
[package]
name = "agb_midi_core"
2024-10-03 08:08:04 +10:00
version = "0.21.1"
2023-11-01 22:32:41 +11:00
authors = ["Gwilym Inzani <gw@ilym.me>"]
edition = "2021"
license = "MPL-2.0"
description = "Library for converting MIDI files for use with agb-tracker on the Game Boy Advance. You shouldn't use this package directly"
repository = "https://github.com/agbrs/agb"
[dependencies]
rustysynth = "1.3"
midly = { version = "0.5", default-features = false, features = [
"alloc",
"std",
] }
2024-10-03 08:08:04 +10:00
agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop" }
agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" }