mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
1fa19b06cc
Co-authored-by: Monica <v-liumonica@microsoft.com>
24 lines
516 B
JSON
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
|
|
}
|
|
]
|
|
}
|