Versions in this module Expand all Collapse all v2 v2.2.3 Oct 29, 2022 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 + Website string + func Load(r io.Reader) (*FyneApp, error) + func LoadStandard(dir string) (*FyneApp, error)