blob: 192d05441e0773653d41aa862b5d1d61502c175d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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"
]
}
|