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/table.go | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/table.go') diff --git a/examples/table.go b/examples/table.go index 41cde9f..1d11f8d 100644 --- a/examples/table.go +++ b/examples/table.go @@ -16,6 +16,7 @@ import ( "bytes" "github.com/andlabs/ui" + _ "github.com/andlabs/ui/winmanifest" ) type modelHandler struct { -- cgit v1.2.3