mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
a3c09743dc
* Port for ttauri * ttauri version.json * ONLY_STATIC_LIBRARY Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Miss spelling and turn off doxygen. Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update version * Change destination to * Update version * Update ports/ttauri/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
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"
|
|
]
|
|
}
|