- Notifications
You must be signed in to change notification settings - Fork 56
Migrate to multi-crate layout. #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to multi-crate layout. #59
Conversation
| This lacks a top level @nicoburns I'd assumed that maybe |
a3c247e to 47caaa8 Compare
DJMcNab left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine, but we need a top-level README, even if it's just a stub.
The pattern to follow in this repository is probably Android Trace, i.e. list out the crates directly
| Yeah the top-level readme template isn't finalized. That said, I think it's fine to just keep a copy of the old top-level readme and update it separately from this PR. |
47caaa8 to 746d91d Compare | Okay, I've rebased on top now that the I'll fix the clippy thing with a separate PR and then rebase again. |
For now, I did this and hopefully we can follow up quickly (a day or so?) with a better top level README. |
nicoburns left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to approve this as-is now there's a README. That will need updating, but it will be easier to do that work in parallel with other work if this one is merged.
Compile errors (see clippy check failures) will of course need addressing.
746d91d to 5a22187 Compare | Hmm, guess I have to modify CI now ... |
This moves all `parley` items into a subdirectory next to `fontique`.
8a15322 to e8ae259 Compare | Okay, I think I got the CI this time. I'd made the example use a workspace dependency on |
| @nicoburns @DJMcNab If you could re-approve with that revision, that'd be great! And then I'll merge it! |
This reverts commit 49e055a. Revert "Add automatic CI support for packages without the `std` feature. (linebender#63)" This reverts commit eb2c68a. Revert "tiny_skia_render: Fix unused qualifications. (linebender#62)" This reverts commit f7f339b.
This moves all
parleyitems into a subdirectory next tofontique.