[canvas-ity] New port (#33629)

This commit is contained in:
Weihang Ding 2023-10-10 06:27:37 +08:00 committed by GitHub
parent ff323de5ad
commit 3174753371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO a-e-k/canvas_ity
REF fc5c115d8ca8be0cf81c2247270cc955f78b6138
SHA512 19560fa09e8a8eeb09c05b26cf562dc506e6c88e1e66767a2214d2310188cb52ffe03294bd6448531703bd972e2a1995446a3cc20684c9d617ebe65ac93dd37a
HEAD_REF master
)
file(INSTALL "${SOURCE_PATH}/src/canvas_ity.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

View File

@ -0,0 +1,7 @@
{
"name": "canvas-ity",
"version": "1.0",
"description": "A tiny, single-header <canvas>-like 2D rasterizer for C++",
"homepage": "https://github.com/a-e-k/canvas_ity",
"license": "ISC"
}

View File

@ -1412,6 +1412,10 @@
"baseline": "1.6.2",
"port-version": 0
},
"canvas-ity": {
"baseline": "1.0",
"port-version": 0
},
"capnproto": {
"baseline": "1.0.1",
"port-version": 0

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "ba934f25e09c4ade51de82b8b8213ec2068aa826",
"version": "1.0",
"port-version": 0
}
]
}