nik012003 / ripdrag

Drag and Drop utilty written in Rust and GTK4
GNU General Public License v3.0
496 stars 17 forks source link

Many changes #25

Closed huanie closed 1 year ago

huanie commented 1 year ago

Quite a lot of changes in this pull request. I doubt that I can split it up.

Internal changes

Enhancements

New features

nik012003 commented 1 year ago

Snap, it looks like the build fails for ubuntu 22.04, since it has an older gtk version. Are we using any new features from >gtk4.6 ? If not, we should use set the 4.6 feature flag in the gtk-rs crate.

nik012003 commented 1 year ago

Perfect, will merge as soon as I get home this weekend.