yuzu/externals/vcpkg/ports/type-safe/vcpkg.json

19 lines
391 B
JSON
Executable File

{
"name": "type-safe",
"version": "0.2.2",
"port-version": 1,
"description": "Zero overhead abstractions that use the C++ type system to prevent bugs.",
"homepage": "https://github.com/foonathan/type_safe",
"dependencies": [
"debug-assert",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}