summaryrefslogtreecommitdiff
path: root/winmanifest/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'winmanifest/doc.go')
-rw-r--r--winmanifest/doc.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/winmanifest/doc.go b/winmanifest/doc.go
new file mode 100644
index 0000000..71d6673
--- /dev/null
+++ b/winmanifest/doc.go
@@ -0,0 +1,13 @@
+// 2 september 2018
+
+// Package winmanifest provides a basic manifest for use with
+// package ui. You import it for its side effects only, as
+//
+// import _ "github.com/andlabs/ui/winmanifest"
+//
+// On non-Windows platforms this package does nothing.
+//
+// If you intend on using a custom manifest instead of the generic
+// one in this package, be sure to read package ui's README so your
+// manifest can have the directives necessary for package ui to work.
+package winmanifest