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

Implement proper no_std support #12

Merged
merged 1 commit into from
Apr 1, 2020
Merged

Conversation

CryZe
Copy link
Contributor

@CryZe CryZe commented Apr 1, 2020

While the crate claimed to support no_std this didn't seem to be true. However with the stabilization of alloc last year, more and more crates have added support for no_std. vek 0.10 just released with no_std support, so euc can now finally properly support no_std as well.

While the crate claimed to support `no_std` this didn't seem to be true.
However with the stabilization of alloc last year, more and more crates
have added support for `no_std`. vek 0.10 just released with `no_std`
support, so euc can now finally properly support `no_std` as well.
@zesterer
Copy link
Owner

zesterer commented Apr 1, 2020

Thanks, I'll try to find time to work on this over the next week.

@zesterer zesterer merged commit 24638fb into zesterer:master Apr 1, 2020
@zesterer
Copy link
Owner

zesterer commented Apr 1, 2020

Thanks very much for the PR!

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.

2 participants