mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[freetype-gl] GLEW as default feature (#35726)
This commit is contained in:
parent
7ef1cf340b
commit
b72c0c19a0
@ -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
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2786,7 +2786,7 @@
|
||||
},
|
||||
"freetype-gl": {
|
||||
"baseline": "2022-01-17",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"freexl": {
|
||||
"baseline": "2.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e61e27b5a7928879435242d50ac2470fe79cb3e3",
|
||||
"version-date": "2022-01-17",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "a356f56c15dd0a66094c00cc35670791c545027e",
|
||||
"version-date": "2022-01-17",
|
||||
|
Loading…
Reference in New Issue
Block a user