diff options
Diffstat (limited to 'vcpkg/ports/winreg/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/winreg/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/winreg/vcpkg.json b/vcpkg/ports/winreg/vcpkg.json new file mode 100644 index 0000000..0bf00c0 --- /dev/null +++ b/vcpkg/ports/winreg/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "winreg", + "version": "6.3.2", + "description": "High-level C++ wrapper around the Windows Registry C API.", + "homepage": "https://github.com/GiovanniDicanio/WinReg", + "license": "MIT", + "supports": "windows | uwp" +} |