dawenxi-tech / 2fa

A 2FA desktop application.
MIT License
2 stars 1 forks source link

upgrade gio #21

Closed gedw99 closed 10 months ago

gedw99 commented 10 months ago

https://todo.sr.ht/~eliasnaur/gio/550 is a sort of big change.

Its new but makes the way events are handled much more extensive. For example it make key binding combinations now really work.

https://github.com/gioui/gio/releases/tag/v0.4.1 also worth trying..

gedw99 commented 10 months ago

@heramerom just noticed you did this :)

I have a broken build at the moment on main latest

failed: # github.com/dawenxi-tech/2fa/ui/component
ui/component/text_field.go:119:21: in.click.Update undefined (type gesture.Click has no field or method Update)

updating the gio submodule did not help..

git submodule update --init --recursive
heramerom commented 10 months ago

Yeah, I upgrade gio to 0.4.1 and pushed a new branch to my gio forks. Maybe update git submodule can works.

git submodule update --remote
gedw99 commented 10 months ago

thanks !!

gedw99 commented 10 months ago

closing at PR fixed this now..