mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:19:08 +08:00
da21e45c9a
* [unicorn] update to 2.0.0 * update version * update patch * update version * Update portifile.cmake * update version * fix ci error * update version * [unicorn] update to 2.0.1 * update version * update function * update version * update version * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"name": "unicorn",
|
|
"version": "2.0.1",
|
|
"description": "Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework",
|
|
"homepage": "https://github.com/unicorn-engine/unicorn",
|
|
"license": "GPL-2.0-only",
|
|
"supports": "windows & !uwp & !arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|