vcpkg/ports/rsm-binary-io/vcpkg.json
Ryan 8f53708bcb
[rsm-binary-io] Update to 2.0.4 (#21064)
* update to 2.0.4

* update versioning
2021-11-05 14:23:52 -07:00

19 lines
451 B
JSON

{
"name": "rsm-binary-io",
"version-semver": "2.0.4",
"description": "A binary i/o library for C++, without the agonizing pain",
"homepage": "https://github.com/Ryan-rsm-McKenzie/binary_io",
"documentation": "https://ryan-rsm-mckenzie.github.io/binary_io/",
"supports": "!osx & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}