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

include_dir in parallel asset loader only under a feature flag #43

Open
darthdeus opened this issue Oct 1, 2023 · 0 comments
Open

include_dir in parallel asset loader only under a feature flag #43

darthdeus opened this issue Oct 1, 2023 · 0 comments
Assignees
Labels
important Things that really need to happen first.
Milestone

Comments

@darthdeus
Copy link
Owner

Currently we use include_dir in AssetSource in order to get WASM working (and release), but this isn't needed on desktop dev builds. This is unfortunately also the reason why some people (including us) are putting assets into their own crate to save on compile times.

I'll need to do some more restructuring on the asset loading to make this part fully hidden behind a feature flag so that in dev mode none of this gets executed.

@darthdeus darthdeus added the important Things that really need to happen first. label Oct 1, 2023
@darthdeus darthdeus self-assigned this Oct 1, 2023
@darthdeus darthdeus added this to the v0.3.0 milestone Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important Things that really need to happen first.
Projects
None yet
Development

No branches or pull requests

1 participant