Skip to content
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

ui: Make a no_std build possible. #538

Merged
merged 3 commits into from
Oct 4, 2024
Merged

ui: Make a no_std build possible. #538

merged 3 commits into from
Oct 4, 2024

Conversation

kpreid
Copy link
Owner

@kpreid kpreid commented Oct 4, 2024

The part that we can neatly cut off, in this case, is Session and its associated UI -- stuff that requires channels and mutexes. What we keep is the vui and logo modules.

I'd like this to enable no_std for all-is-cubes-content, but that still has dependencies on noise and petgraph. Both of those libraries are interested in no_std compatibility but haven’t yet achieved it.

These will be used shortly for further `no_std` compatibility.
The part that we can neatly cut off, in this case, is `Session`
and its associated UI -- stuff that requires channels and mutexes.
What we keep is the `vui` and `logo` modules.
@kpreid kpreid merged commit 904be6b into main Oct 4, 2024
16 of 17 checks passed
@kpreid kpreid deleted the ui-no-std branch October 4, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant