-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathvcpkg.json
More file actions
executable file
·41 lines (41 loc) · 875 Bytes
/
vcpkg.json
File metadata and controls
executable file
·41 lines (41 loc) · 875 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "fifechan",
"version": "0.3.0",
"description": "FifeGUI is a C++ GUI library designed for games.",
"homepage": "https://github.com/fifengine/fifechan",
"license": "LGPL-2.1-or-later",
"supports": "windows, (linux, osx)",
"builtin-baseline": "56bb2411609227288b70117ead2c47585ba07713",
"dependencies": [
"catch2",
"freetype",
{
"name": "sdl3",
"default-features": false,
"features": [
"alsa",
"x11"
],
"platform": "linux"
},
{
"name": "sdl3",
"platform": "windows"
},
{
"name": "sdl3-image",
"features": [
"png"
]
},
"sdl3-mixer",
{
"name": "sdl3-ttf",
"features": [
"svg"
]
},
"utfcpp"
]
}