gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

examples: Adapt to glib-build-tools breaking change #798

Closed RealKC closed 1 year ago

RealKC commented 1 year ago

Ref https://github.com/gtk-rs/gtk-rs-core/pull/917

RealKC commented 1 year ago

CI failures look to be caused by this https://github.com/gtk-rs/gtk-rs-core/commit/8a983b0694fa0e49dc8aba46a789226e5421edea, a gir update might be needed too?, not sure

sdroege commented 1 year ago

Yeah needs some update to not continue using deprecated API anymore.

GuillaumeGomez commented 1 year ago

You can now rebase on master and the CI should be happy.