mirror of https://github.com/dcoredump/dexed.git
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.
24 lines
828 B
24 lines
828 B
{
|
|
"id": "juce_gui_extra",
|
|
"name": "JUCE extended GUI classes",
|
|
"version": "3.0.3",
|
|
"description": "Miscellaneous GUI classes for specialised tasks.",
|
|
"website": "http://www.juce.com/juce",
|
|
"license": "GPL/Commercial",
|
|
|
|
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" } ],
|
|
|
|
"include": "juce_gui_extra.h",
|
|
|
|
"compile": [ { "file": "juce_gui_extra.cpp", "target": "! xcode" },
|
|
{ "file": "juce_gui_extra.mm", "target": "xcode" } ],
|
|
|
|
"browse": [ "code_editor/*",
|
|
"documents/*",
|
|
"embedding/*",
|
|
"lookandfeel/*",
|
|
"misc/*",
|
|
"native/*" ],
|
|
|
|
"OSXFrameworks": "WebKit"
|
|
}
|
|
|