mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
6266585fcd
* [clockutils] Fix x64-windows-static-md * version * fix version * version * use version * version
15 lines
348 B
JSON
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
|
|
}
|
|
]
|
|
}
|