parent
8088f462c9
commit
6dca022caf
|
@ -1,9 +1,10 @@
|
||||||
module sfons
|
module sfons
|
||||||
|
|
||||||
import fontstash
|
import fontstash
|
||||||
|
import sokol.f
|
||||||
|
|
||||||
// keep v from warning about unused imports
|
// keep v from warning about unused imports
|
||||||
const used_import = fontstash.used_import + 1
|
const used_import = f.used_import + fontstash.used_import + 1
|
||||||
|
|
||||||
[inline]
|
[inline]
|
||||||
pub fn create(width int, height int, flags int) &fontstash.Context {
|
pub fn create(width int, height int, flags int) &fontstash.Context {
|
||||||
|
|
Loading…
Reference in New Issue