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