Skip to content

Add no_std and portable-atomic support#19

Merged
alice-i-cecile merged 1 commit intobevyengine:mainfrom
bushrat011899:no_std
Jan 28, 2025
Merged

Add no_std and portable-atomic support#19
alice-i-cecile merged 1 commit intobevyengine:mainfrom
bushrat011899:no_std

Conversation

@bushrat011899
Copy link
Contributor

Objective

  • Add no_std support
  • Add support for atomically challenged platforms using portable-atomic

Solution

  • Ran cargo clippy --fix to resolve minor issues
  • Added std feature and gated the implementations involving Path and PathBuf behind it.
  • Added portable-atomic as a dependency for platforms without atomic pointer support.

Notes

The new std feature constitutes a breaking change, so a version bump will be required.

@alice-i-cecile alice-i-cecile added this pull request to the merge queue Jan 28, 2025
Merged via the queue into bevyengine:main with commit a3cd971 Jan 28, 2025
3 checks passed
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.

3 participants