mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
1d4f578353
* [fluidsynth] update to 2.2.1 * update version * delete vcpkg_fixup_pkgconfig * update version
10 lines
337 B
JSON
10 lines
337 B
JSON
{
|
|
"name": "fluidsynth",
|
|
"version": "2.2.1",
|
|
"description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.",
|
|
"homepage": "https://github.com/FluidSynth/fluidsynth",
|
|
"dependencies": [
|
|
"glib"
|
|
]
|
|
}
|