-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Make reqwest
an optional dependency
#211
Comments
Yeah, I plan to move the loading of assets to another crate (https://github.com/asny/three-d-io) and do proper feature flags for that crate. In general, the feature flags needs a clean-up 💪 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reqwest
has a huge dependency tree, includingtokio
andhyper
, and it would be nice to only have to pull that in if one actually plan on loading assets over HTTP (which I don't).From
cargo tree
:The text was updated successfully, but these errors were encountered: