Skip to content

Add support for no_std#563

Open
alloncm wants to merge 1 commit intorust-windowing:masterfrom
alloncm:no_std
Open

Add support for no_std#563
alloncm wants to merge 1 commit intorust-windowing:masterfrom
alloncm:no_std

Conversation

@alloncm
Copy link

@alloncm alloncm commented Mar 7, 2026

Replace the use of std with core in the auto generated bindings.

In order successfully compile, core must also be declared via extern crate core; or #![no_std].
This is due to the project using the 2015 edition, upgrading the edition will remove this requirement.

Closes #540

Replace the use of std with core in the auto genratred bindings.
In order for the bindings to work core must also be declared via extern crate core; or #![no_std].

This is due to the project using the 2015 edition, upgrading the edition will remove this requirement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Do we make crate no_std compatible possibly

1 participant