Codechange: Add HasFlag() to test if a value is present in a bitset enum type. (...
[openttd-github.git] / vcpkg.json
blob15079f7a310cdcffbb23475a0e4093595f60cf2a
2   "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3   "dependencies": [
4     {
5       "name": "breakpad",
6       "platform": "!(windows & arm)"
7     },
8     {
9       "name": "curl",
10       "platform": "linux",
11       "features": [
12         "http2"
13       ]
14     },
15     {
16       "name": "dbus",
17       "platform": "linux",
18       "default-features": false
19     },
20     {
21       "name": "fontconfig",
22       "platform": "linux"
23     },
24     {
25       "name": "freetype",
26       "platform": "linux"
27     },
28     {
29       "name": "harfbuzz",
30       "platform": "linux"
31     },
32     {
33       "name": "icu",
34       "platform": "linux"
35     },
36     {
37       "name": "liblzma"
38     },
39     {
40       "name": "libpng"
41     },
42     {
43       "name": "lzo"
44     },
45     {
46       "name": "sdl2",
47       "platform": "linux"
48     },
49     {
50       "name": "zlib"
51     }
52   ],
53   "builtin-baseline": "94cf042e6b7713913a3b3150f3ca3d0f4550f7c4"