aboutsummaryrefslogtreecommitdiff
path: root/ports/ttauri/vcpkg.json
blob: 5bc11e747c8c7bb609b43ccbec7eb54933af5d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "ttauri",
  "version": "0.5.0",
  "maintainers": "@takev",
  "description": "A portable, low latency, retained-mode GUI framework written in C++.",
  "homepage": "https://github.com/ttauri-project/ttauri",
  "license": "BSL-1.0",
  "supports": "windows & x64",
  "dependencies": [
    "vulkan",
    "vulkan-memory-allocator"
  ]
}