gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.24k stars 82 forks source link

Crate update #945

Closed EPashkin closed 4 years ago

EPashkin commented 4 years ago

Part of https://github.com/gtk-rs/examples/pull/284

@GuillaumeGomez Is better do minor version update in this PR or your script do that?

cc @sdroege

sdroege commented 4 years ago

Switch from lazy_static to once_cell

This changes the API slightly (also the gir regen).

Please create a clean branch on top of the last release and only cherry-pick the commits you want to have included :)

GuillaumeGomez commented 4 years ago

For the version update, put it into master and then cherry-pick it as well. Also: please target the 0.8 branch instead. :)

EPashkin commented 4 years ago

Ok, I will do cherry pick without gir update on 0.8 branch

EPashkin commented 4 years ago

@GuillaumeGomez, @sdroege Can you create "0.12" branch on gdk, "0.8" on gio from "crate" ?

GuillaumeGomez commented 4 years ago

Oh sure! Normally it's done at every release but for some release it wasn't this done...

GuillaumeGomez commented 4 years ago

Done!

sdroege commented 4 years ago

:+1: