git subrepo clone --branch=sono6good https://github.com/essej/JUCE.git deps/juce
subrepo: subdir: "deps/juce" merged: "b13f9084e" upstream: origin: "https://github.com/essej/JUCE.git" branch: "sono6good" commit: "b13f9084e" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
38
deps/juce/examples/Assets/juce_module_info
vendored
Normal file
38
deps/juce/examples/Assets/juce_module_info
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "juce_core",
|
||||
"name": "JUCE core classes",
|
||||
"version": "3.0.0",
|
||||
"description": "The essential set of basic JUCE classes, as required by all the other JUCE modules. Includes text, container, memory, threading and i/o functionality.",
|
||||
"website": "http://www.juce.com/juce",
|
||||
"license": "ISC Permissive",
|
||||
|
||||
"dependencies": [],
|
||||
|
||||
"include": "juce_core.h",
|
||||
|
||||
"compile": [ { "file": "juce_core.cpp", "target": "! xcode" },
|
||||
{ "file": "juce_core.mm", "target": "xcode" } ],
|
||||
|
||||
"browse": [ "text/*",
|
||||
"maths/*",
|
||||
"memory/*",
|
||||
"containers/*",
|
||||
"threads/*",
|
||||
"time/*",
|
||||
"files/*",
|
||||
"network/*",
|
||||
"streams/*",
|
||||
"logging/*",
|
||||
"system/*",
|
||||
"xml/*",
|
||||
"json/*",
|
||||
"zip/*",
|
||||
"unit_tests/*",
|
||||
"misc/*",
|
||||
"native/*" ],
|
||||
|
||||
"OSXFrameworks": "Cocoa IOKit",
|
||||
"iOSFrameworks": "Foundation",
|
||||
"LinuxLibs": "rt dl pthread",
|
||||
"mingwLibs": "uuid wsock32 wininet version ole32 ws2_32 oleaut32 imm32 comdlg32 shlwapi rpcrt4 winmm"
|
||||
}
|
Reference in New Issue
Block a user