pineapple/externals/vcpkg/ports/outcome/vcpkg.json
2022-07-23 03:01:36 +02:00

16 lines
417 B
JSON
Executable file

{
"name": "outcome",
"version-string": "2.2.2-20211208",
"description": "Provides very lightweight outcome<T> and result<T> (non-Boost edition)",
"homepage": "https://github.com/ned14/outcome",
"supports": "!uwp",
"dependencies": [
"ned14-internal-quickcpplib",
"status-code"
],
"features": {
"run-tests": {
"description": "Build and run the dependency validation tests"
}
}
}