vcpkg/ports/elements/vcpkg.json
MonicaLiu 1fa19b06cc
[elements] Update to 2024-09-12 and fix dependencies (#41774)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-11-05 12:46:14 -08:00

24 lines
516 B
JSON

{
"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",
"platform": "!osx & !windows"
},
"libwebp",
{
"name": "vcpkg-cmake",
"host": true
}
]
}