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

Remove futures crate dependency #101

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

aclysma
Copy link
Collaborator

@aclysma aclysma commented Jul 24, 2021

Just a draft, not sure if we should do this or not. This mostly trades futures for futures_util. We might be able to move to using futures_lite or reduce features enabled with futures_util. So I wouldn't see this as a final goal, but an initial step towards a trimmer build. (This builds on the tokio removal).

DavidVonDerau and others added 10 commits June 14, 2021 07:58
- Removed client because it isn't being maintained anymore.
- Removed `with_runtime` because it isn't needed.
- Update `cli` to not use `tokio`.
- Update `loader` to not use `tokio`.
- Update `daemon` to not use `tokio`.
- Delete `Scope` and replace with a Bevy task pool.
…time type is temporarily disabled and unused
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.

2 participants