-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
A-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-FeatureMake something new possibleMake something new possibleD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-for-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Milestone
Description
The bevy_platform
crate provides some replacements for the std
library that work better on the web or with no_std
, e.g. bevy::platform::time::Instant
instead of std::time::Instant
.
Especially for libraries it would be nice to suggest them, to increase the platform compatibility of the crate.
See e.g. zkat/big-brain#117.
Metadata
Metadata
Assignees
Labels
A-LinterRelated to the linter and custom lintsRelated to the linter and custom lintsC-FeatureMake something new possibleMake something new possibleD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-for-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!