yuzu/externals/vcpkg/ports/ttauri/vcpkg.json

15 lines
364 B
JSON
Executable File

{
"name": "ttauri",
"version": "0.5.0",
"port-version": 1,
"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"
]
}