mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
20 lines
404 B
JSON
20 lines
404 B
JSON
|
{
|
||
|
"name": "elements",
|
||
|
"version-date": "2022-12-07",
|
||
|
"description": "Elements is a lightweight, fine-grained, resolution independent, modular GUI library.",
|
||
|
"homepage": "https://cycfi.github.io/elements",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"asio",
|
||
|
"cairo",
|
||
|
{
|
||
|
"name": "gtk3",
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|