diff options
Diffstat (limited to 'vcpkg/ports/cppwinrt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cppwinrt/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/cppwinrt/vcpkg.json b/vcpkg/ports/cppwinrt/vcpkg.json new file mode 100644 index 0000000..764f6fc --- /dev/null +++ b/vcpkg/ports/cppwinrt/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "cppwinrt", + "version": "2.0.250303.1", + "description": "C++/WinRT is a standard C++ language projection for the Windows Runtime.", + "homepage": "https://github.com/microsoft/cppwinrt", + "documentation": "https://docs.microsoft.com/windows/uwp/cpp-and-winrt-apis/", + "license": "MIT", + "supports": "windows" +} |