mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
32 lines
529 B
JSON
32 lines
529 B
JSON
{
|
|
"name": "io2d",
|
|
"version-date": "2020-09-14",
|
|
"port-version": 5,
|
|
"description": "a lightweight, cross platform drawing library",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"features": [
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "cairo",
|
|
"platform": "!osx"
|
|
},
|
|
{
|
|
"name": "graphicsmagick",
|
|
"platform": "!osx"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|