vcpkg/ports/rsm-mmio/vcpkg.json
Ryan McKenzie eaa1a7da28
[rsm-mmio] Update to 2.0.0 (#31616)
* bump version to 2.0.0

* cleanup typo

* formatting

* add license id

* update version db
2023-05-25 11:44:39 -07:00

19 lines
385 B
JSON

{
"name": "rsm-mmio",
"version-semver": "2.0.0",
"description": "A cross-platform memory-mapped io library for C++",
"homepage": "https://github.com/Ryan-rsm-McKenzie/mmio",
"license": "MIT",
"supports": "!osx & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}