{
  "name": "tracy",
  "href": "https://vcpkg.link/ports/tracy",
  "supports": "!(windows & (arm | uwp))",
  "published_at": "2025-02-19T20:00:50.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/wolfpld/tracy",
  "description": [
    "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications."
  ],
  "license": "BSD-3-Clause",
  "version": {
    "type": "semver",
    "value": "0.11.1",
    "port": 2
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/b59325b1ba538177e310eaf102255f869fd5e2ab/ports/tracy",
    "hash": "b59325b1ba538177e310eaf102255f869fd5e2ab"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/wolfpld/tracy",
    "stars": 12245
  },
  "dependencies": [
    {
      "name": "pthreads",
      "href": "https://vcpkg.link/ports/pthreads",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "cli-tools",
      "default": [],
      "description": [
        "Build Tracy command-line tools: `capture`, `csvexport`, `import-chrome`, `import-fuchsia` and `update`"
      ],
      "supports": "!(windows & x86)",
      "dependencies": [
        {
          "name": "capstone",
          "href": "https://vcpkg.link/ports/capstone",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "dbus",
          "href": "https://vcpkg.link/ports/dbus",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "!windows"
        },
        {
          "name": "freetype",
          "href": "https://vcpkg.link/ports/freetype",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "glfw3",
          "href": "https://vcpkg.link/ports/glfw3",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "tbb",
          "href": "https://vcpkg.link/ports/tbb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!windows"
        }
      ]
    },
    {
      "name": "crash-handler",
      "default": [
        "all"
      ],
      "description": [
        "Enable crash handler"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "fibers",
      "default": [],
      "description": [
        "Enable fibers support"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "gui-tools",
      "default": [],
      "description": [
        "Build Tracy GUI tool: `profiler` (aka `Tracy` executable)"
      ],
      "supports": "!(windows & x86)",
      "dependencies": [
        {
          "name": "capstone",
          "href": "https://vcpkg.link/ports/capstone",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "dbus",
          "href": "https://vcpkg.link/ports/dbus",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "!windows"
        },
        {
          "name": "freetype",
          "href": "https://vcpkg.link/ports/freetype",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "glfw3",
          "href": "https://vcpkg.link/ports/glfw3",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "tbb",
          "href": "https://vcpkg.link/ports/tbb",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!windows"
        }
      ]
    },
    {
      "name": "on-demand",
      "default": [],
      "description": [
        "Enable on-demand profiling"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "verbose",
      "default": [],
      "description": [
        "Enables verbose logging"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}