vcpkg/ports/mio/vcpkg.json
chausner d235330027
[mio] Update to 2023-01-25 (#29159)
* Update mio to 2023-01-25

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-24 16:37:29 -08:00

18 lines
363 B
JSON

{
"name": "mio",
"version-date": "2023-01-25",
"description": "Cross-platform header-only C++11 library for memory mapped file IO.",
"homepage": "https://github.com/mandreyel/mio",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}