blob: 71d66733051858c24bbc68b9218c5770c61d83ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|