iPlug2 - C++ Audio Plug-in Framework
IGraphicsNanoVG_src.m
1 /*
2  ==============================================================================
3 
4  This file is part of the iPlug 2 library. Copyright (C) the iPlug 2 developers.
5 
6  See LICENSE.txt for more info.
7 
8  ==============================================================================
9 */
10 
11 #if !__has_feature(objc_arc)
12 #error This file must be compiled with Arc. Use -fobjc-arc flag
13 #endif
14 
15 #if defined IGRAPHICS_NANOVG
16  #if defined IGRAPHICS_METAL
17  #include "nanovg_mtl.m"
18  #endif
19  #if defined IGRAPHICS_FREETYPE
20  #define FONS_USE_FREETYPE
21  #endif
22  #include "nanovg.c"
23 #endif