1
Fork 0
giada/vcpkg.json

43 lines
960 B
JSON
Raw Normal View History

2022-06-02 15:46:58 +03:00
{
"name": "giada",
"version-string": "1.0",
"builtin-baseline": "af2287382b1991dbdcb7e5112d236f3323b9dd7a",
"dependencies": [
{
"name": "rtmidi",
2022-07-30 12:29:18 +03:00
"version>=": "5.0.0#2",
"platform": "linux",
"features": [
"alsa"
]
},
{
"name": "rtmidi",
"version>=": "5.0.0",
"platform": "!linux"
},
{
"name": "fmt",
"version>=": "9.0.0"
},
{
"name": "catch2",
"version>=": "2.13.8"
},
{
"name": "libsamplerate",
"version>=": "0.2.2"
},
{
"name": "nlohmann-json",
"version>=": "3.10.5"
},
{
"name": "libsndfile",
"version>=": "1.0.31",
"features": [
"external-libs"
]
}
2022-06-02 15:46:58 +03:00
]
}