Versions in this module Expand all Collapse all v0 v0.1.1 Jul 26, 2024 Changes in this version + func Save(f *FyneApp, w io.Writer) error + func SaveStandard(f *FyneApp, dir string) error + type AppDetails struct + Build int + ID string + Icon string + Name string + Version string + type FyneApp struct + Details AppDetails + Development map[string]string + LinuxAndBSD *LinuxAndBSD + Release map[string]string + Website string + func Load(r io.Reader) (*FyneApp, error) + func LoadStandard(dir string) (*FyneApp, error) + type LinuxAndBSD struct + Categories []string + Comment string + ExecParams string + GenericName string + Keywords []string