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_data_structures/juce_module_info

20 lines
795 B

{
"id": "juce_data_structures",
"name": "JUCE data model helper classes",
"version": "3.0.1",
"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/*" ]
}