[linux] basic windowing

This commit is contained in:
Lea Anthony
2021-11-14 22:40:37 +11:00
parent ab1469638f
commit 3a93c08813
6 changed files with 162 additions and 62 deletions

View File

@@ -0,0 +1,7 @@
package linux
// Options specific to Linux builds
type Options struct {
// AppID is the gtk application id string. Defaults to a random uuid.
AppID string
}