adam-gui/vendor/fyne.io/fyne/v2/internal/app/meta.go

11 lines
301 B
Go
Raw Permalink Normal View History

2024-04-29 19:13:50 +02:00
package app
// these internal variables are set by the fyne build command so that the "FyneApp.toml" data is readable at runtime.
var (
MetaIcon = "" // this will contain base64 encoded icon bytes
MetaID = "com.example"
MetaName = "Fyne App"
MetaVersion = "1.0.0"
MetaBuild = "1"
)