Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
399 B
JSON

{
"name": "oscpack",
"version": "1.1.0",
"description": "A simple C++ Open Sound Control (OSC) packet manipulation library",
"homepage": "http://www.rossbencina.com/code/oscpack",
"license": null,
"supports": "!(windows & !static)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}