mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:11:48 +08:00
[imageinfo] Bump to 2024-07-14 (#39907)
This commit is contained in:
parent
5d49baff5d
commit
17ee4ffa68
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO xiaozhuai/imageinfo
|
||||
REF f20f3f99e3a5d936043512516248664a4f1f110a # committed on 2024-02-21
|
||||
SHA512 34a62472900e22f6cf0c1bc070245a283252d8ea7ccfaa01e38350180205b8d5116d433602957cca634bf5a6364bb432ca1c064255393d027cf61cfe90271411
|
||||
REF 649721b6040625393da5c91647b397ddaaafe4a2 # committed on 2024-07-14
|
||||
SHA512 7b7196a487762b752d3b6a3f04d2769c90886ea412fb73a379b89903428f7df4b03595e75b27a0f64d91124f953fba5ec8415fe3d374978685b927d95ca0a605
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "imageinfo",
|
||||
"version-date": "2024-02-21",
|
||||
"version-date": "2024-07-14",
|
||||
"description": "Cross platform super fast single header c++ library to get image size and format without loading/decoding. Support avif, bmp, cur, dds, gif, hdr (pic), heic (heif), icns, ico, jp2, jpeg (jpg), jpx, ktx, png, psd, qoi, tga, tiff (tif), webp ...",
|
||||
"homepage": "https://github.com/xiaozhuai/imageinfo",
|
||||
"license": "MIT",
|
||||
@ -17,7 +17,7 @@
|
||||
"features": {
|
||||
"tools": {
|
||||
"description": "build command line tool",
|
||||
"supports": "!android & !ios & !xbox"
|
||||
"supports": "!android & !ios & !xbox & !wasm32"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3617,7 +3617,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"imageinfo": {
|
||||
"baseline": "2024-02-21",
|
||||
"baseline": "2024-07-14",
|
||||
"port-version": 0
|
||||
},
|
||||
"imath": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c5516742aafb33e0195acb1a5debb4b3db5394c3",
|
||||
"version-date": "2024-07-14",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "403bef5529245e8c0af645d98b657a1924fe0031",
|
||||
"version-date": "2024-02-21",
|
||||
|
Loading…
Reference in New Issue
Block a user