mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:51:57 +08:00
67b8c01d07
* [elements] Add new port * [elements] Only static library Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * [elements] Update installation commands Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * [elements] Use vcpkg_install_copyright command Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * [elements] Update installation commands Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * [elements] Remove outdated flags * [elements] Update portfile * Update version database Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|