- initial version
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@14 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "juce_opengl",
|
||||
"name": "JUCE OpenGL classes",
|
||||
"version": "3.0.8",
|
||||
"description": "Classes for rendering OpenGL in a JUCE window.",
|
||||
"website": "http://www.juce.com/juce",
|
||||
"license": "GPL/Commercial",
|
||||
|
||||
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" } ],
|
||||
|
||||
"include": "juce_opengl.h",
|
||||
|
||||
"compile": [ { "file": "juce_opengl.cpp", "target": "! xcode" },
|
||||
{ "file": "juce_opengl.mm", "target": "xcode" } ],
|
||||
|
||||
"browse": [ "opengl/*",
|
||||
"native/*" ],
|
||||
|
||||
"OSXFrameworks": "OpenGL",
|
||||
"iOSFrameworks": "OpenGLES",
|
||||
"LinuxLibs": "GL",
|
||||
"mingwLibs": "opengl32"
|
||||
}
|
||||
Reference in New Issue
Block a user