1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: make the Sokol based gg the default

This commit is contained in:
Alexander Medvednikov
2020-06-04 16:05:12 +02:00
parent dd7ebf7fac
commit 6b6c9d6738
12 changed files with 762 additions and 767 deletions

View File

@@ -155,6 +155,8 @@ FONS_DEF void fonsDrawDebug(FONScontext* s, float x, float y);
#define FONS_NOTUSED(v) (void)sizeof(v)
#define FONS_USE_FREETYPE
#ifdef FONS_USE_FREETYPE
#include <ft2build.h>