mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:19:08 +08:00
[glew] add supports (#41709)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
This commit is contained in:
parent
8796c25de4
commit
1b92e9c2cb
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "glew",
|
"name": "glew",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"port-version": 3,
|
"port-version": 4,
|
||||||
"description": "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.",
|
"description": "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.",
|
||||||
"homepage": "https://github.com/nigels-com/glew",
|
"homepage": "https://github.com/nigels-com/glew",
|
||||||
|
"supports": "!android",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"opengl",
|
"opengl",
|
||||||
{
|
{
|
||||||
|
@ -409,9 +409,6 @@ gherkin-c:x86-windows = skip
|
|||||||
gl3w:arm-neon-android=fail
|
gl3w:arm-neon-android=fail
|
||||||
gl3w:arm64-android=fail
|
gl3w:arm64-android=fail
|
||||||
gl3w:x64-android=fail
|
gl3w:x64-android=fail
|
||||||
glew:arm-neon-android=fail
|
|
||||||
glew:arm64-android=fail
|
|
||||||
glew:x64-android=fail
|
|
||||||
glfw3:arm-neon-android=fail
|
glfw3:arm-neon-android=fail
|
||||||
glfw3:arm64-uwp=fail
|
glfw3:arm64-uwp=fail
|
||||||
glfw3:arm64-android=fail
|
glfw3:arm64-android=fail
|
||||||
|
@ -3114,7 +3114,7 @@
|
|||||||
},
|
},
|
||||||
"glew": {
|
"glew": {
|
||||||
"baseline": "2.2.0",
|
"baseline": "2.2.0",
|
||||||
"port-version": 3
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"glfw3": {
|
"glfw3": {
|
||||||
"baseline": "3.4",
|
"baseline": "3.4",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "bf42d73479dcd0f239b71dbed4d0d3af22efb294",
|
||||||
|
"version": "2.2.0",
|
||||||
|
"port-version": 4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "cfd894e57985fdb9c772bbf28a4aa261759bb6ac",
|
"git-tree": "cfd894e57985fdb9c772bbf28a4aa261759bb6ac",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user