Skip to content

feat(no_std): make the crate no-std#60

Merged
j-g00da merged 14 commits intomainfrom
no_std
Jun 17, 2025
Merged

feat(no_std): make the crate no-std#60
j-g00da merged 14 commits intomainfrom
no_std

Conversation

@j-g00da
Copy link
Copy Markdown
Member

@j-g00da j-g00da commented May 14, 2025

Resolves #59, #36, #29

BREAKING CHANGE: ratatui is no longer re-exported; Backend now uses mousefood::error::Error instead of std::io::Error for error handling

BREAKING CHANGE: `ratatui` is no longer re-exported; `Backend` now uses `mousefood::error::Error` instead of `std::io::Error` for error handling
@j-g00da j-g00da added this to the 0.3.0 milestone May 14, 2025
@j-g00da j-g00da added the enhancement New feature or request label May 14, 2025
@j-g00da
Copy link
Copy Markdown
Member Author

j-g00da commented May 14, 2025

TODO:

@j-g00da j-g00da changed the title feat(no_std): make it possible to compile Mousefood for no-std targets feat(no_std): make the crate no-std Jun 17, 2025
@j-g00da j-g00da merged commit b6ae33c into main Jun 17, 2025
24 checks passed
deadbaed added a commit to deadbaed/mousefood that referenced this pull request Jun 17, 2025
- ratatui is no longer re-exported from mousefood anymore
- use mousefood::error::Error
@j-g00da j-g00da deleted the no_std branch June 18, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make mousefood work with #![no_std]

1 participant