mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
13 lines
211 B
V
13 lines
211 B
V
module f
|
|
|
|
import fontstash
|
|
import sokol.c
|
|
|
|
pub const used_import = fontstash.used_import + c.used_import
|
|
|
|
#flag linux -I.
|
|
|
|
//#include "ft2build.h"
|
|
|
|
#define SOKOL_FONTSTASH_IMPL
|
|
#include "util/sokol_fontstash.h"
|