mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:09:07 +08:00
6784c97c22
* Fix dependencies * Fix osx build * Update versions
12 lines
487 B
JSON
12 lines
487 B
JSON
{
|
|
"name": "libdc1394",
|
|
"version": "2.2.6",
|
|
"port-version": 1,
|
|
"description": "libdc1394 is a library that provides a complete high level application programming interface (API) for developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications).",
|
|
"homepage": "https://damien.douxchamps.net/ieee1394/libdc1394",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"libusb"
|
|
]
|
|
}
|