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

23 lines
835 B

{
"id": "juce_events",
"name": "JUCE message and event handling classes",
"version": "3.2.0",
"description": "Classes for running an application's main event loop and sending/receiving messages, timers, etc.",
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",
"dependencies": [ { "id": "juce_core", "version": "matching" } ],
"include": "juce_events.h",
"compile": [ { "file": "juce_events.cpp", "target": "! xcode" },
{ "file": "juce_events.mm", "target": "xcode" } ],
"browse": [ "messages/*",
"timers/*",
"broadcasters/*",
"interprocess/*",
"native/*" ],
"LinuxLibs": "X11"
}