[freetype-gl] GLEW as default feature (#35726)

This commit is contained in:
simolis3 2023-12-18 23:23:13 +02:00 committed by GitHub
parent 7ef1cf340b
commit b72c0c19a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 3 deletions

View File

@ -17,6 +17,7 @@ vcpkg_from_github(
vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
"glew" freetype-gl_WITH_GLEW
"glad" freetype-gl_WITH_GLAD
)

View File

@ -1,12 +1,11 @@
{
"name": "freetype-gl",
"version-date": "2022-01-17",
"port-version": 2,
"port-version": 3,
"description": "OpenGL text using one vertex buffer, one texture and FreeType",
"homepage": "https://github.com/rougier/freetype-gl",
"dependencies": [
"freetype",
"glew",
{
"name": "vcpkg-cmake",
"host": true
@ -16,12 +15,21 @@
"host": true
}
],
"default-features": [
"glew"
],
"features": {
"glad": {
"description": "Use the GLAD gl loader",
"dependencies": [
"glad"
]
},
"glew": {
"description": "Use the GLEW gl loader",
"dependencies": [
"glew"
]
}
}
}

View File

@ -2786,7 +2786,7 @@
},
"freetype-gl": {
"baseline": "2022-01-17",
"port-version": 2
"port-version": 3
},
"freexl": {
"baseline": "2.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e61e27b5a7928879435242d50ac2470fe79cb3e3",
"version-date": "2022-01-17",
"port-version": 3
},
{
"git-tree": "a356f56c15dd0a66094c00cc35670791c545027e",
"version-date": "2022-01-17",