18 lines
387 B
JSON
Executable file
18 lines
387 B
JSON
Executable file
{
|
|
"name": "rsm-mmio",
|
|
"version-semver": "1.1.0",
|
|
"port-version": 2,
|
|
"description": "A cross-platform memory-mapped io library for C++ ",
|
|
"homepage": "https://github.com/Ryan-rsm-McKenzie/mmio",
|
|
"supports": "!osx & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|