mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
d1ea9339d5
The layout package imports io/system anyway, so depending on FrameEvent does not introduce new dependencies. API change. Use gofmt to adjust your code: gofmt -r 'layout.NewContext(a, b, c, d) -> layout.NewContext(a, e)' Signed-off-by: Elias Naur <mail@eliasnaur.com>