mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:19:00 +08:00
14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|