Skip to content

Commit

Permalink
[glew] add supports (#41709)
Browse files Browse the repository at this point in the history
Co-authored-by: Mengna-Li <[email protected]>
  • Loading branch information
Mengna-Li and Mengna-Li authored Oct 23, 2024
1 parent 8796c25 commit 1b92e9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ports/glew/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "glew",
"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.",
"homepage": "https://github.com/nigels-com/glew",
"supports": "!android",
"dependencies": [
"opengl",
{
Expand Down
3 changes: 0 additions & 3 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ gherkin-c:x86-windows = skip
gl3w:arm-neon-android=fail
gl3w:arm64-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:arm64-uwp=fail
glfw3:arm64-android=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,7 @@
},
"glew": {
"baseline": "2.2.0",
"port-version": 3
"port-version": 4
},
"glfw3": {
"baseline": "3.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glew.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bf42d73479dcd0f239b71dbed4d0d3af22efb294",
"version": "2.2.0",
"port-version": 4
},
{
"git-tree": "cfd894e57985fdb9c772bbf28a4aa261759bb6ac",
"version": "2.2.0",
Expand Down

0 comments on commit 1b92e9c

Please sign in to comment.