mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 20:49:00 +08:00
55112eb54a
* Add mchehab/zbar * Quote all paths Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update to 0.23.90 * Flip name * Update version registry Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
12 lines
363 B
JSON
12 lines
363 B
JSON
{
|
|
"name": "mchehab-zbar",
|
|
"version": "0.23.90",
|
|
"description": "ZBar is an open source software suite for reading bar codes from various sources, including webcams. This fork is actively maintained.",
|
|
"homepage": "https://github.com/mchehab/zbar",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "windows & !uwp",
|
|
"dependencies": [
|
|
"libiconv"
|
|
]
|
|
}
|