perceptia / skylane

98 stars 2 forks source link

All skylane crates in one repo #4

Open proton-decay opened 7 years ago

proton-decay commented 7 years ago

Consider moving skylane_scanner and skylane_protocols to this repo. Initially I wanted to make them as separate as possible but in reality probably none will use bare skylane and maintaining one repo may be easier.

@vberger, you have experience in having all Wayland related crates in one repo. Would you recommend this way or has it downsides?

elinorbgr commented 7 years ago

I don't see any big downside into having all crates in the same repo, the cargo workspaces handle this pretty well.

In my case, it makes even more sens as my 5 crates are so coupled with each other that I actually release them as a bundle. Whenever I bump the version of one of them, I bump them all. Quite often I make changes that impact 2 or more of them, so it's cleaner this way I feel.