2020-01-17 20:05:45 +01:00
|
|
|
module f
|
|
|
|
|
|
|
|
import fontstash
|
2020-12-07 06:16:21 +01:00
|
|
|
import sokol.c
|
2020-01-17 20:05:45 +01:00
|
|
|
|
|
|
|
pub const (
|
2021-05-08 12:32:29 +02:00
|
|
|
used_import = fontstash.used_import + c.used_import
|
2020-01-17 20:05:45 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
#flag linux -I.
|
|
|
|
|
2020-06-09 12:21:33 +02:00
|
|
|
//#include "ft2build.h"
|
2020-01-17 20:05:45 +01:00
|
|
|
|
|
|
|
#define SOKOL_FONTSTASH_IMPL
|
|
|
|
#include "util/sokol_fontstash.h"
|