gtk-rs / gtk-test

Testing GTK UI
MIT License
36 stars 9 forks source link

Add 'crate' branch #14

Closed vhdirk closed 6 years ago

vhdirk commented 6 years ago

Currently, the cargo manifest lists dependencies from crates.io. Most other gtk-rs projects only use crates.io dependencies on their crate branch. The master branch always depends on the depedants git master branch. I'd like to see that here, too.

GuillaumeGomez commented 6 years ago

I wanted to do it next release but I'll certainly do it sooner. Don't know when though.

vhdirk commented 6 years ago

So far it builds with gtk and gdk master branches. But cargo test opens a new chromium tab?? weird

sdroege commented 6 years ago

It would be great if the master branch would point to GIT versions of the dependencies, otherwise we currently can't use it for testing unfortunately.