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

30 lines
1.1 KiB

{
"id": "juce_graphics",
"name": "JUCE graphics classes",
"version": "3.2.0",
"description": "Classes for 2D vector graphics, image loading/saving, font handling, etc.",
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",
"dependencies": [ { "id": "juce_core", "version": "matching" },
{ "id": "juce_events", "version": "matching" } ],
"include": "juce_graphics.h",
"compile": [ { "file": "juce_graphics.cpp", "target": "! xcode" },
{ "file": "juce_graphics.mm", "target": "xcode" } ],
"browse": [ "colour/*",
"contexts/*",
"images/*",
"image_formats/*",
"geometry/*",
"placement/*",
"fonts/*",
"effects/*",
"native/*" ],
"OSXFrameworks": "Cocoa QuartzCore",
"iOSFrameworks": "CoreGraphics CoreText QuartzCore",
"LinuxLibs": "X11 Xinerama Xext freetype"
}