We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4e446 commit 8fdea30Copy full SHA for 8fdea30
ports/mygui/vcpkg.json
@@ -24,6 +24,7 @@
24
},
25
"opengl": {
26
"description": "Use OpenGL render system.",
27
+ "supports": "!android",
28
"dependencies": [
29
"opengl"
30
]
@@ -32,7 +33,8 @@
32
33
"description": "Build MyGUI plugins."
34
35
"tools": {
- "description": "Install MyGUI tools."
36
+ "description": "Install MyGUI tools.",
37
+ "supports": "!android"
38
}
39
40
versions/m-/mygui.json
@@ -1,7 +1,7 @@
1
{
2
"versions": [
3
4
- "git-tree": "2454dc24c54e625a37d008bc1ba8f98ec8246d97",
+ "git-tree": "12aa141343c23a82d77966a0eeff2818214e0b4b",
5
"version": "3.4.3",
6
"port-version": 4
7
0 commit comments