gtk-rs / soup-sys-rs

[UNMAINTAINED] Soup FFI crate for Rust
MIT License
4 stars 11 forks source link

move to gtk-rs 0.14 / system-deps 3 ? #23

Open decathorpe opened 3 years ago

decathorpe commented 3 years ago

I'm trying to update the gtk-rs crates in Fedora to the latest versions. I see that the latest webkit2gtk{,-sys} versions require the latest 0.14.0 gtk-rs stack now - but for the exception of soup-sys, which still pulls in part of the old 0.10 stack (and system-deps 1 instead of 3) as additional dependencies.

I'd rather avoid having to package all those crates (glib-sys, gobject-sys, etc.) twice (0.14 plus 0.10), so would it be possible to also move soup-sys forward to the gtk-rs 0.14.0 stack (and to system-deps 3 as well), so webkit2gtk crate does not pull in both the new 0.14 and the old 0.10 gtk-rs stack simultaneously?

antoyo commented 3 years ago

Oh, we forgot this. Could you please open a PR for this? I don't have much time for this myself.

decathorpe commented 3 years ago

I can certainly try :)