gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

Don't checkout submodules by default #770

Closed sdroege closed 1 year ago

sdroege commented 1 year ago

This makes sure that cargo does not clone and checkout all the submodules if pointing to this repository as a git dependency.

To checkout the submodules git submodule update --checkout can be used.

GuillaumeGomez commented 1 year ago

It's strange that the docs build failed. An idea @bilelmoussaoui ?

sdroege commented 1 year ago

I told you why it failed :P

sdroege commented 1 year ago

Ah hm, apparently here it works fine with the different container

GuillaumeGomez commented 1 year ago

I told you why it failed :P

Sorry, just woke up. ^^'

Thanks for the PR!