summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/controlgallery.go1
-rw-r--r--examples/drawtext.go1
-rw-r--r--examples/histogram.go1
-rw-r--r--examples/table.go1
4 files changed, 4 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
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 (
diff --git a/examples/histogram.go b/examples/histogram.go
index 610d65a..55a9f59 100644
--- a/examples/histogram.go
+++ b/examples/histogram.go
@@ -9,6 +9,7 @@ import (
"time"
"github.com/andlabs/ui"
+ _ "github.com/andlabs/ui/winmanifest"
)
var (
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 {