vcpkg/ports/clockutils/vcpkg.json
Thomas1664 6266585fcd
[clockutils] Fix x64-windows-static-md (#23965)
* [clockutils] Fix x64-windows-static-md

* version

* fix version

* version

* use version

* version
2022-04-08 15:31:27 -07:00

15 lines
348 B
JSON

{
"name": "clockutils",
"version": "1.1.1",
"port-version": 1,
"description": "A lightweight c++ library for commonly needed tasks. Optimized for simplicity and speed.",
"homepage": "https://github.com/ClockworkOrigins/clockUtils",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}