vcpkg.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. {
  2. "builtin-baseline": "533a5fda5c0646d1771345fb572e759283444d5f",
  3. "dependencies": [
  4. {
  5. "name": "angle",
  6. "platform": "osx"
  7. },
  8. {
  9. "name": "curl",
  10. "features": [
  11. "brotli",
  12. "http2",
  13. "openssl",
  14. "websockets"
  15. ]
  16. },
  17. {
  18. "name": "dirent",
  19. "platform": "windows"
  20. },
  21. {
  22. "name": "ffmpeg",
  23. "platform": "!android",
  24. "features": [
  25. "avcodec",
  26. "avformat",
  27. "dav1d",
  28. "openh264",
  29. "opus",
  30. "webp",
  31. "theora",
  32. "vorbis",
  33. "vpx",
  34. "zlib"
  35. ]
  36. },
  37. {
  38. "name": "fontconfig",
  39. "platform": "linux | freebsd | openbsd | osx | windows"
  40. },
  41. {
  42. "name": "harfbuzz",
  43. "platform": "linux | freebsd | openbsd | windows",
  44. "features": [
  45. "freetype",
  46. "icu"
  47. ]
  48. },
  49. {
  50. "name": "harfbuzz",
  51. "platform": "osx",
  52. "features": [
  53. "coretext",
  54. "icu"
  55. ]
  56. },
  57. "icu",
  58. "libjpeg-turbo",
  59. "libjxl",
  60. {
  61. "name": "libpng",
  62. "features": [
  63. "apng"
  64. ]
  65. },
  66. "libproxy",
  67. {
  68. "name": "libavif",
  69. "features": [
  70. "dav1d"
  71. ]
  72. },
  73. {
  74. "name": "libwebp",
  75. "features": [
  76. "anim",
  77. "libwebpmux",
  78. "simd"
  79. ]
  80. },
  81. {
  82. "name": "mman",
  83. "platform": "windows"
  84. },
  85. "openssl",
  86. {
  87. "name": "pthread",
  88. "platform": "windows"
  89. },
  90. "simdutf",
  91. {
  92. "name": "skia",
  93. "platform": "osx",
  94. "features": [
  95. "metal",
  96. "fontconfig",
  97. "harfbuzz",
  98. "icu"
  99. ]
  100. },
  101. {
  102. "name": "skia",
  103. "platform": "linux | freebsd | openbsd | windows",
  104. "features": [
  105. "freetype",
  106. "fontconfig",
  107. "harfbuzz",
  108. "icu",
  109. "vulkan"
  110. ]
  111. },
  112. {
  113. "name": "skia",
  114. "platform": "android"
  115. },
  116. "sqlite3",
  117. {
  118. "name": "vulkan",
  119. "platform": "!android"
  120. },
  121. {
  122. "name": "tiff",
  123. "features": [
  124. "zstd"
  125. ]
  126. },
  127. {
  128. "name": "vulkan-headers",
  129. "platform": "!android"
  130. },
  131. "woff2",
  132. "zlib"
  133. ],
  134. "overrides": [
  135. {
  136. "name": "angle",
  137. "version": "chromium_5414#9"
  138. },
  139. {
  140. "name": "curl",
  141. "version": "8.11.1#0"
  142. },
  143. {
  144. "name": "dirent",
  145. "version": "1.24#0"
  146. },
  147. {
  148. "name": "ffmpeg",
  149. "version": "7.1#1"
  150. },
  151. {
  152. "name": "fontconfig",
  153. "version": "2.14.2#1"
  154. },
  155. {
  156. "name": "icu",
  157. "version": "76.1#0"
  158. },
  159. {
  160. "name": "libjpeg-turbo",
  161. "version": "3.1.0#0"
  162. },
  163. {
  164. "name": "libjxl",
  165. "version": "0.11.1"
  166. },
  167. {
  168. "name": "libpng",
  169. "version": "1.6.45"
  170. },
  171. {
  172. "name": "libproxy",
  173. "version": "0.4.18#3"
  174. },
  175. {
  176. "name": "libavif",
  177. "version": "1.0.4#1"
  178. },
  179. {
  180. "name": "libwebp",
  181. "version": "1.4.0#1"
  182. },
  183. {
  184. "name": "mman",
  185. "version": "git-f5ff813#5"
  186. },
  187. {
  188. "name": "openssl",
  189. "version": "3.4.0#0"
  190. },
  191. {
  192. "name": "simdutf",
  193. "version": "5.6.0#0"
  194. },
  195. {
  196. "name": "skia",
  197. "version": "129#0"
  198. },
  199. {
  200. "name": "sqlite3",
  201. "version": "3.47.2#0"
  202. },
  203. {
  204. "name": "woff2",
  205. "version": "1.0.2#4"
  206. },
  207. {
  208. "name": "zlib",
  209. "version": "1.3.1"
  210. }
  211. ]
  212. }