Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}