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.
23 lines
835 B
23 lines
835 B
{
|
|
"id": "juce_events",
|
|
"name": "JUCE message and event handling classes",
|
|
"version": "3.0.3",
|
|
"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"
|
|
}
|
|
|