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.
20 lines
795 B
20 lines
795 B
{
|
|
"id": "juce_data_structures",
|
|
"name": "JUCE data model helper classes",
|
|
"version": "3.0.3",
|
|
"description": "Classes for undo/redo management, and smart data structures.",
|
|
"website": "http://www.juce.com/juce",
|
|
"license": "GPL/Commercial",
|
|
|
|
"dependencies": [ { "id": "juce_core", "version": "matching" },
|
|
{ "id": "juce_events", "version": "matching" } ],
|
|
|
|
"include": "juce_data_structures.h",
|
|
|
|
"compile": [ { "file": "juce_data_structures.cpp", "target": "! xcode" },
|
|
{ "file": "juce_data_structures.mm", "target": "xcode" } ],
|
|
|
|
"browse": [ "values/*",
|
|
"undomanager/*",
|
|
"app_properties/*" ]
|
|
}
|
|
|