We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sfons
1 parent 8088f46 commit 6dca022Copy full SHA for 6dca022
vlib/sokol/sfons/sfons.c.v
@@ -1,9 +1,10 @@
1
module sfons
2
3
import fontstash
4
+import sokol.f
5
6
// keep v from warning about unused imports
-const used_import = fontstash.used_import + 1
7
+const used_import = f.used_import + fontstash.used_import + 1
8
9
[inline]
10
pub fn create(width int, height int, flags int) &fontstash.Context {
0 commit comments