blob: 3243ee5a32ac84ad8e825e6b6c825ce8121f233f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "microsoft-windows-devices-midi2",
"version": "1.0.13-preview.13.192",
"maintainers": "Pete Brown pmbrown@microsoft.com",
"description": "Application SDK for using Windows MIDI Services (MIDI 1.0 and MIDI 2.0) from C++ apps. Microsoft.Windows.Devices.Midi2",
"homepage": "https://aka.ms/midi",
"license": "MIT",
"supports": "windows & (arm64 | arm64ec | x64)",
"dependencies": [
{
"name": "cppwinrt",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|