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