aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/irsdkcpp/vcpkg.json
blob: 5662141a06ee06dbbe8cc49d5dd75804f0048c75 (plain)
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
42
43
44
45
46
47
48
49
{
  "name": "irsdkcpp",
  "version": "1.0.9",
  "description": "iRacing Modern C++ SDK",
  "license": "MIT",
  "supports": "windows & !uwp & x64",
  "dependencies": [
    {
      "name": "cppwinrt",
      "version>=": "2.0.240111.5"
    },
    {
      "name": "fmt",
      "version>=": "10.1.1"
    },
    {
      "name": "magic-enum",
      "version>=": "0.9.7"
    },
    {
      "name": "ms-gsl",
      "version>=": "4.0.0#1"
    },
    {
      "name": "nlohmann-json",
      "version>=": "3.11.3"
    },
    {
      "name": "range-v3",
      "version>=": "0.12.0#1"
    },
    {
      "name": "spdlog",
      "version>=": "1.13.0#1"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "yaml-cpp",
      "version>=": "0.8.0#1"
    }
  ]
}