mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
14 lines
211 B
V
14 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"
|