mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[blend2d] Update to 2022-12-31 (#28962)
* [blend2d] update to 2022-12-31 * [blend2d] update versions
This commit is contained in:
parent
d1e47dbd68
commit
77a14f2740
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO blend2d/blend2d
|
||||
REF 0ca46df1d8ec7d8bc5250329ce281d82cfc96b99
|
||||
SHA512 fbe54a59b0dc9fd0397619e3f6b1d336d3f906322a06583fe4f90bbb8bd95188f39f162b8ee66cc464050f6f40e856b72a80f37ac190a4a584fda71e2ce73689
|
||||
REF 7b420376ed32f3979f860d8c3be04128ab5c6690
|
||||
SHA512 88818bfe18b0638b02f84277a4584ddf2cee2158540c1794c3a96c12891274472dc896bef94408baf9ec398e30549c0b3feda58e4b7bf3014a0cf436f394a3ed
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -20,8 +20,8 @@ if(NOT BLEND2D_NO_JIT)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH ASMJIT_SOURCE_PATH
|
||||
REPO asmjit/asmjit
|
||||
REF a4e1e88374142f4a842892f9c4bd0b0776fdcd0a
|
||||
SHA512 c8588e2185502c9d045a63ebf722d1cf14eb7373423ef36f0e410525837430f117ad6c841aac16af17246c4d348c3e9094a848b917985de3f677098c1e32606f
|
||||
REF a9ac13536e08041296010645551b2cdcd615d512
|
||||
SHA512 64e7649208889f0c96890d3904c2f8e716a72b1edf2dfd07af0114565e03681e503c062af8b4fea4ed70122bd7eab2f966038f7b29058f60f6f3f609508422b6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "blend2d",
|
||||
"version-date": "2022-05-02",
|
||||
"version-date": "2022-12-31",
|
||||
"description": "Beta 2D Vector Graphics Powered by a JIT Compiler",
|
||||
"homepage": "https://github.com/blend2d/blend2d",
|
||||
"documentation": "https://blend2d.com/doc/index.html",
|
||||
@ -27,7 +27,7 @@
|
||||
"description": "Default feature. Enables use of futex."
|
||||
},
|
||||
"jit": {
|
||||
"description": "Default feature. Enables jit pipeline compilation. Not supported for ARM and UWP."
|
||||
"description": "Default feature. Enables jit pipeline compilation."
|
||||
},
|
||||
"logging": {
|
||||
"description": "Default feature. Enables logging."
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "838a7227b29f1b1beb7daf181cfc97e5674e0270",
|
||||
"version-date": "2022-12-31",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "96db1e7844aafd005e469f47b8f89e139df8d8e1",
|
||||
"version-date": "2022-05-02",
|
||||
|
@ -549,7 +549,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"blend2d": {
|
||||
"baseline": "2022-05-02",
|
||||
"baseline": "2022-12-31",
|
||||
"port-version": 0
|
||||
},
|
||||
"blitz": {
|
||||
|
Loading…
Reference in New Issue
Block a user