mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 16:52:53 +08:00
parent
7f4476af9d
commit
1c284e9aa4
@ -1,2 +1,2 @@
|
|||||||
find_package(unofficial-libuv CONFIG REQUIRED)
|
find_package(libuv CONFIG REQUIRED)
|
||||||
include ("${CMAKE_CURRENT_LIST_DIR}/uvw-targets.cmake")
|
include ("${CMAKE_CURRENT_LIST_DIR}/uvw-targets.cmake")
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "uvw",
|
"name": "uvw",
|
||||||
"version": "2.12.1",
|
"version": "2.12.1",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "Header-only, event based, tiny and easy to use libuv wrapper in modern C++.",
|
"description": "Header-only, event based, tiny and easy to use libuv wrapper in modern C++.",
|
||||||
"homepage": "https://github.com/skypjack/uvw",
|
"homepage": "https://github.com/skypjack/uvw",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -7362,7 +7362,7 @@
|
|||||||
},
|
},
|
||||||
"uvw": {
|
"uvw": {
|
||||||
"baseline": "2.12.1",
|
"baseline": "2.12.1",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"uwebsockets": {
|
"uwebsockets": {
|
||||||
"baseline": "20.14.0",
|
"baseline": "20.14.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "c36c66a8d5f4a6eed4aa9fe4399f32a516d3883c",
|
||||||
|
"version": "2.12.1",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "609b48de110aa8763d8f4a674ac3aa7c5821382f",
|
"git-tree": "609b48de110aa8763d8f4a674ac3aa7c5821382f",
|
||||||
"version": "2.12.1",
|
"version": "2.12.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user