From a0458f7593be62d331ba46aa1b59b87ac64bf540 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 19 Aug 2018 17:27:43 -0400 Subject: [PATCH] More TODOs. --- zz_drawtext.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zz_drawtext.go b/zz_drawtext.go index c56cf02..1317961 100644 --- a/zz_drawtext.go +++ b/zz_drawtext.go @@ -4,6 +4,8 @@ package main +// TODO probably a bug in libui: changing the font away from skia leads to a crash + import ( "github.com/andlabs/ui" )