From 71aba62178195195754bc36e5e84cc7176b0dbcd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 2 Sep 2018 13:52:55 -0400 Subject: Added a winmanifest package for including a generic Windows manifest. Now to just rewrite the README. --- examples/drawtext.go | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/drawtext.go') diff --git a/examples/drawtext.go b/examples/drawtext.go index a32b14b..0aaeb7d 100644 --- a/examples/drawtext.go +++ b/examples/drawtext.go @@ -8,6 +8,7 @@ package main import ( "github.com/andlabs/ui" + _ "github.com/andlabs/ui/winmanifest" ) var ( -- cgit v1.2.3