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.
 
 
 
 
 
 
dexed/JuceLibraryCode/modules/juce_gui_basics/juce_module_info

40 lines
1.5 KiB

{
"id": "juce_gui_basics",
"name": "JUCE GUI core classes",
"version": "3.0.3",
"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"
}