summaryrefslogtreecommitdiff
path: root/winmanifest/doc.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2018-09-02 13:52:55 -0400
committerPietro Gagliardi <[email protected]>2018-09-02 13:52:55 -0400
commit71aba62178195195754bc36e5e84cc7176b0dbcd (patch)
treea24b6302a66e67287be798b448577ce3886b37f2 /winmanifest/doc.go
parent4c4827d34fdab7953e3dae6659ea029420fd1fa5 (diff)
Added a winmanifest package for including a generic Windows manifest. Now to just rewrite the README.
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