Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1KB

  1. {
  2. "id": "juce_graphics",
  3. "name": "JUCE graphics classes",
  4. "version": "2.1.3",
  5. "description": "Classes for 2D vector graphics, image loading/saving, font handling, etc.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_core", "version": "matching" },
  9. { "id": "juce_events", "version": "matching" } ],
  10. "include": "juce_graphics.h",
  11. "compile": [ { "file": "juce_graphics.cpp", "target": "! xcode" },
  12. { "file": "juce_graphics.mm", "target": "xcode" } ],
  13. "browse": [ "colour/*",
  14. "contexts/*",
  15. "images/*",
  16. "image_formats/*",
  17. "geometry/*",
  18. "placement/*",
  19. "fonts/*",
  20. "effects/*",
  21. "native/*" ],
  22. "OSXFrameworks": "Cocoa QuartzCore",
  23. "iOSFrameworks": "CoreGraphics CoreText QuartzCore",
  24. "LinuxLibs": "X11 Xinerama Xext freetype"
  25. }