diff options
| author | Pietro Gagliardi <[email protected]> | 2018-09-02 13:52:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2018-09-02 13:52:55 -0400 |
| commit | 71aba62178195195754bc36e5e84cc7176b0dbcd (patch) | |
| tree | a24b6302a66e67287be798b448577ce3886b37f2 /examples/controlgallery.go | |
| parent | 4c4827d34fdab7953e3dae6659ea029420fd1fa5 (diff) | |
Added a winmanifest package for including a generic Windows manifest. Now to just rewrite the README.
Diffstat (limited to 'examples/controlgallery.go')
| -rw-r--r-- | examples/controlgallery.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/controlgallery.go b/examples/controlgallery.go index d77bebe..e2d2dc2 100644 --- a/examples/controlgallery.go +++ b/examples/controlgallery.go @@ -6,6 +6,7 @@ package main import ( "github.com/andlabs/ui" + _ "github.com/andlabs/ui/winmanifest" ) var mainwin *ui.Window |
