Use our own nanovg

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-09 01:09:52 +01:00
parent c53abef199
commit 14fe8acc04
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
8 changed files with 42 additions and 57 deletions

View file

@ -32,6 +32,7 @@
#include <osdialog.h>
#undef DEBUG
#include "DistrhoPlugin.hpp"
START_NAMESPACE_DISTRHO
@ -124,6 +125,9 @@ struct Initializer {
midi::destroy();
audio::destroy();
plugin::destroy();
#ifndef DPF_AS_GLFW
gamepad::destroy();
#endif
INFO("Destroying logger");
logger::destroy();
}