moont-render 1.0.0

Render Standard MIDI Files through the moont CM-32L synthesizer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "moont"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a40ac0fccd2350245fcb1054c31dd19fc78a2a645b2841b50285b89683b8240c"

[[package]]
name = "moont-render"
version = "1.0.0"
dependencies = [
 "moont",
]