mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
c1f1fb3128
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
23 lines
473 B
JSON
23 lines
473 B
JSON
{
|
|
"name": "libcred",
|
|
"version": "1.0.0",
|
|
"description": "a cross-platform credentials helper library",
|
|
"homepage": "https://github.com/mamba-org/libcred",
|
|
"license": "MIT",
|
|
"supports": "!osx & !uwp & !arm & !(windows & staticcrt) & !android",
|
|
"dependencies": [
|
|
{
|
|
"name": "glib",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "libsecret",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|