[pangolin] fix feature tools (#28413)

This commit is contained in:
autoantwort 2022-12-19 20:19:06 +01:00 committed by GitHub
parent 6db74157ac
commit 05934948ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 3 deletions

View File

@ -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",

View File

@ -5694,7 +5694,7 @@
},
"pangolin": {
"baseline": "0.6",
"port-version": 3
"port-version": 4
},
"pangomm": {
"baseline": "2.50.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d62a6b76d4bd5718163b90e1f54c154770df76fa",
"version": "0.6",
"port-version": 4
},
{
"git-tree": "d47198a68cd0a92fd6e74d50262dd657d027e217",
"version": "0.6",