1
0

vcpkg.json 596 B

123456789101112131415161718192021222324
  1. {
  2. "name": "libpng",
  3. "version": "1.6.37",
  4. "port-version": 19,
  5. "description": "libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files",
  6. "homepage": "https://github.com/glennrp/libpng",
  7. "license": "libpng-2.0",
  8. "dependencies": [
  9. {
  10. "name": "vcpkg-cmake",
  11. "host": true
  12. },
  13. {
  14. "name": "vcpkg-cmake-config",
  15. "host": true
  16. },
  17. "zlib"
  18. ],
  19. "features": {
  20. "apng": {
  21. "description": "This is backward compatible with the regular libpng, both in library usage and format"
  22. }
  23. }
  24. }