1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
{
"name": "sdl3-ttf",
"version": "3.2.2",
"port-version": 1,
"description": "A library for rendering TrueType fonts with SDL",
"homepage": "https://github.com/libsdl-org/SDL_ttf",
"license": "Zlib",
"supports": "!uwp",
"dependencies": [
{
"name": "freetype",
"default-features": false
},
{
"name": "sdl3",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"harfbuzz": {
"description": "Enable HarfBuzz support",
"dependencies": [
"harfbuzz"
]
},
"svg": {
"description": "Enable plutosvg for color emoji support",
"dependencies": [
"plutosvg"
]
}
}
}
|