mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
eaa1a7da28
* bump version to 2.0.0 * cleanup typo * formatting * add license id * update version db
19 lines
385 B
JSON
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
|
|
}
|
|
]
|
|
}
|