mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:29:01 +08:00
16 lines
364 B
JSON
16 lines
364 B
JSON
|
{
|
||
|
"name": "ttauri",
|
||
|
"version": "0.3.0",
|
||
|
"maintainers": "@takev",
|
||
|
"description": "A portable, low latency, retained-mode GUI library written in C++.",
|
||
|
"homepage": "https://github.com/ttauri-project/ttauri",
|
||
|
"license": "BSL-1.0",
|
||
|
"supports": "windows & x64",
|
||
|
"dependencies": [
|
||
|
"date",
|
||
|
"fmt",
|
||
|
"vulkan",
|
||
|
"vulkan-memory-allocator"
|
||
|
]
|
||
|
}
|