vcpkg/ports/elements/vcpkg.json

24 lines
516 B
JSON
Raw Normal View History

{
"name": "elements",
"version-date": "2024-09-12",
"description": "Elements is a lightweight, fine-grained, resolution independent, modular GUI library.",
"homepage": "https://cycfi.github.io/elements",
"license": "MIT",
"supports": "(windows & staticcrt) | osx | linux",
"dependencies": [
"asio",
"cairo",
"fontconfig",
"freetype",
{
"name": "gtk3",
2024-10-25 07:25:44 +02:00
"platform": "!osx & !windows"
},
"libwebp",
{
"name": "vcpkg-cmake",
"host": true
}
]
}