blob: 7b989bb4cc3b5ca6ec310dd304c06d9d28af8a00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "ttauri",
"version": "0.4.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"
]
}
|