vcpkg/ports/elements/vcpkg.json
Andrew Kornilov 67b8c01d07
[elements] Add new port (#28224)
* [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>
2022-12-28 13:15:08 -08:00

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
}
]
}