vcpkg/ports/unicorn/vcpkg.json
JonLiu1993 da21e45c9a
[unicorn] update to 2.0.1.post1 (#26101)
* [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>
2023-09-12 11:00:40 -07:00

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
}
]
}