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

Add no_std support to bevy_tasks #15464

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

Commits on Sep 27, 2024

  1. Minor fixes for bevy_utils in no_std

    `thread_local`, `getrandom`, and `web-time` were being included even in `no_std` configurations. Additionally, `hashbrown` had extra features enabled that should've been gated.
    bushrat011899 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ce23a44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905c127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f44c9a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    55d11e0 View commit details
    Browse the repository at this point in the history