relm icon indicating copy to clipboard operation
relm copied to clipboard

gather crates into workspace

Open euclio opened this issue 3 years ago • 3 comments

This enables running commands across all the crates at once, as well as making the crates share a Cargo.lock and an output directory.

euclio avatar May 02 '21 14:05 euclio

This is ready for another review. I pulled the webkit example back into its own crate. Also, I noticed the main crate's tests weren't passing so I fixed them and added them to CI.

euclio avatar May 08 '21 20:05 euclio

@antoyo Rebased. I decided to leave the examples as-is in their own crates. CI doesn't test them, just builds them. I think the main useful change here is that the main relm crate gets tested in CI now.

euclio avatar Nov 08 '21 02:11 euclio

We could also modify CI to just test and build everything in one go using the --all flag, but I wasn't sure if that's a change you want to make.

euclio avatar Nov 08 '21 03:11 euclio