1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: fix eventbus_test.v

This commit is contained in:
Alexander Medvednikov
2020-05-01 10:57:05 +02:00
parent 666801f9f9
commit 51da324465
4 changed files with 13 additions and 3 deletions

View File

@@ -9,6 +9,12 @@ import gx
import gg
import glm
import gl
/*
TODO
!!!!!!
Use a font atlas
!!!!!!
*/
#flag windows -I @VROOT/thirdparty/freetype/include
#flag windows -L @VROOT/thirdparty/freetype/win64