mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 07:13:11 +08:00
[pangolin] fix feature tools (#28413)
This commit is contained in:
parent
6db74157ac
commit
05934948ca
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "pangolin",
|
||||
"version": "0.6",
|
||||
"port-version": 3,
|
||||
"port-version": 4,
|
||||
"description": "Lightweight GUI Library",
|
||||
"homepage": "https://github.com/stevenlovegrove/Pangolin",
|
||||
"license": "MIT",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"glew",
|
||||
@ -107,7 +108,18 @@
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"description": "Build Tools"
|
||||
"description": "Build Tools",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "pangolin",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"gui",
|
||||
"vars",
|
||||
"video"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"uvc": {
|
||||
"description": "Build support for MediaFoundation UVC input",
|
||||
|
@ -5694,7 +5694,7 @@
|
||||
},
|
||||
"pangolin": {
|
||||
"baseline": "0.6",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"pangomm": {
|
||||
"baseline": "2.50.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d62a6b76d4bd5718163b90e1f54c154770df76fa",
|
||||
"version": "0.6",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "d47198a68cd0a92fd6e74d50262dd657d027e217",
|
||||
"version": "0.6",
|
||||
|
Loading…
Reference in New Issue
Block a user