upgrade to JUCE 5.4.3. Remove (probably) unused JUCE modules. Remove VST2 target (it's been end-of-life'd by Steinberg and by JUCE)
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
|
||||
ID: juce_gui_basics
|
||||
vendor: juce
|
||||
version: 5.3.2
|
||||
version: 5.4.3
|
||||
name: JUCE GUI core classes
|
||||
description: Basic user-interface components and related classes.
|
||||
website: http://www.juce.com/juce
|
||||
@ -111,6 +111,13 @@
|
||||
#define JUCE_USE_XCURSOR 1
|
||||
#endif
|
||||
|
||||
/** Config: JUCE_WIN_PER_MONITOR_DPI_AWARE
|
||||
Enables per-monitor DPI awareness on Windows 8.1 and above.
|
||||
*/
|
||||
#ifndef JUCE_WIN_PER_MONITOR_DPI_AWARE
|
||||
#define JUCE_WIN_PER_MONITOR_DPI_AWARE 1
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
namespace juce
|
||||
{
|
||||
@ -148,6 +155,7 @@ namespace juce
|
||||
class KeyPressMappingSet;
|
||||
class ApplicationCommandManagerListener;
|
||||
class DrawableButton;
|
||||
class Displays;
|
||||
|
||||
class FlexBox;
|
||||
#if JUCE_HAS_CONSTEXPR
|
||||
@ -168,7 +176,8 @@ namespace juce
|
||||
#include "components/juce_CachedComponentImage.h"
|
||||
#include "components/juce_Component.h"
|
||||
#include "layout/juce_ComponentAnimator.h"
|
||||
#include "components/juce_Desktop.h"
|
||||
#include "desktop/juce_Desktop.h"
|
||||
#include "desktop/juce_Displays.h"
|
||||
#include "layout/juce_ComponentBoundsConstrainer.h"
|
||||
#include "mouse/juce_ComponentDragger.h"
|
||||
#include "mouse/juce_DragAndDropTarget.h"
|
||||
|
Reference in New Issue
Block a user