mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
219c8de643
* [cpu-features] Bump to 0.9.0 * Update version database
24 lines
526 B
JSON
24 lines
526 B
JSON
{
|
|
"name": "cpu-features",
|
|
"version": "0.9.0",
|
|
"description": "A cross-platform C library to retrieve CPU features (such as available instructions) at runtime",
|
|
"homepage": "https://github.com/google/cpu_features",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "list_cpu_features command line tool"
|
|
}
|
|
}
|
|
}
|