1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "id": "juce_gui_basics",
- "name": "JUCE GUI core classes",
- "version": "3.1.1",
- "description": "Basic user-interface components and related classes.",
- "website": "http://www.juce.com/juce",
- "license": "GPL/Commercial",
- "dependencies": [ { "id": "juce_core", "version": "matching" },
- { "id": "juce_events", "version": "matching" },
- { "id": "juce_graphics", "version": "matching" },
- { "id": "juce_data_structures", "version": "matching" } ],
- "include": "juce_gui_basics.h",
- "compile": [ { "file": "juce_gui_basics.cpp", "target": "! xcode" },
- { "file": "juce_gui_basics.mm", "target": "xcode" } ],
- "browse": [ "components/*",
- "mouse/*",
- "keyboard/*",
- "widgets/*",
- "windows/*",
- "menus/*",
- "layout/*",
- "buttons/*",
- "positioning/*",
- "drawables/*",
- "properties/*",
- "lookandfeel/*",
- "filebrowser/*",
- "commands/*",
- "misc/*",
- "application/*",
- "native/*" ],
- "OSXFrameworks": "Cocoa Carbon QuartzCore",
- "iOSFrameworks": "UIKit",
- "LinuxLibs": "X11 Xinerama Xext"
- }
|