Conversation
mousefood-extras/Cargo.toml
Outdated
| # TODO: | ||
| # description = "???" |
There was a problem hiding this comment.
I changed this to
mousefood/mousefood-extras/Cargo.toml
Line 3 in 960968b
mousefood-extras/Cargo.toml
Outdated
| # TODO: these fields?? | ||
| # keywords = ["embedded-graphics", "ratatui", "tui"] | ||
| # categories = ["embedded"] | ||
| # exclude = ["/.github", "/assets"] |
There was a problem hiding this comment.
This relates to embedded-graphics only by-proxy. I would add "mousefood" to keywords instead.
Also no-std in both keywords and categories.
There was a problem hiding this comment.
I removed exclude, and changed it to this:
mousefood/mousefood-extras/Cargo.toml
Lines 10 to 11 in 960968b
Co-authored-by: Orhun Parmaksız <[email protected]>
Co-authored-by: Orhun Parmaksız <[email protected]>
orhun
left a comment
There was a problem hiding this comment.
Looking great!
Can you also check the CI if we are running the build/tests for this new crate?
mousefood-extras/src/snapshots/mousefood_extras__logo__tests__render_mousefood_logo.snap
Show resolved
Hide resolved
No, it doesn't seem to be included. I think we can fix this by adding $ cargo test --locked --lib --all-features |
Closes #183.
There are 3
// TODO:comments I would like help with: