The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

41 lines
1.5KB

  1. {
  2. "id": "juce_gui_basics",
  3. "name": "JUCE GUI core classes",
  4. "version": "2.0.24",
  5. "description": "Basic user-interface components and related classes.",
  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. { "id": "juce_graphics", "version": "matching" },
  11. { "id": "juce_data_structures", "version": "matching" } ],
  12. "include": "juce_gui_basics.h",
  13. "compile": [ { "file": "juce_gui_basics.cpp", "target": "! xcode" },
  14. { "file": "juce_gui_basics.mm", "target": "xcode" } ],
  15. "browse": [ "components/*",
  16. "mouse/*",
  17. "keyboard/*",
  18. "widgets/*",
  19. "windows/*",
  20. "menus/*",
  21. "layout/*",
  22. "buttons/*",
  23. "positioning/*",
  24. "drawables/*",
  25. "properties/*",
  26. "lookandfeel/*",
  27. "filebrowser/*",
  28. "commands/*",
  29. "misc/*",
  30. "application/*",
  31. "native/*" ],
  32. "OSXFrameworks": "Cocoa Carbon QuartzCore",
  33. "iOSFrameworks": "UIKit",
  34. "LinuxLibs": "X11 Xinerama Xext"
  35. }