14 lines
364 B
JSON
Executable file
14 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"
|
|
]
|
|
}
|