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

make gleam no_std compatible #221

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

make gleam no_std compatible #221

wants to merge 3 commits into from

Conversation

fschutt
Copy link

@fschutt fschutt commented Feb 6, 2021

See brendanzab/gl-rs#530 - I need gleam to be no_std because I have some crates that use the Rc<dyn Gl> type (but don't actually call any GL functions), so it would be good if this crate is no_std, so that my crates can be no_std, too. I've added very simple CString and CStr wrappers, so that the crate can be used on libcore.

This is a preparation to get webrender/swgl to run on embedded hardware (should be possible, since there's no actual system dependency).

@fschutt
Copy link
Author

fschutt commented Feb 6, 2021

Note that the Cargo.toml currently points to my fork, this needs to be updated once a new version of gl-rs is published.

@fschutt fschutt mentioned this pull request Feb 6, 2021
4 tasks
@bors-servo
Copy link
Contributor

☔ The latest upstream changes (presumably #222) made this pull request unmergeable. Please resolve the merge conflicts.

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.

None yet

2 participants