antoyo / vte-rs

VTE bindings and wrappers for Rust
MIT License
7 stars 11 forks source link

Incompatible with `0.3.0` release of `gtk-rs` #2

Closed mkditto closed 5 years ago

mkditto commented 6 years ago

Compiling with the current version of gtk-rs yields the following error

error: native library `gtk` is being linked to by more than one version of the same package, 
but it can only be linked once; try updating or pinning your dependencies to ensure that 
this package only shows up once

  gtk-sys v0.5.0
  gtk-sys v0.3.4
antoyo commented 6 years ago

I'm not maintaining this crate anymore. If you are interested, please tell me.

Cogitri commented 5 years ago

Hey @antoyo, would be very interest to maintain this to leverage vte-rs in gxi!

antoyo commented 5 years ago

@Cogitri: Cool. You could start by doing a PR with the generated code from gir and update the dependencies.

Cogitri commented 5 years ago

Yup, will do.