We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clean entire product.layout.build() if force rebuild requested
playdate/cargo/src/package/mod.rs
Line 155 in a69b41a
), ); if config.compile_options.build_config.force_rebuild { // TODO: clean entire product.layout.build() if force rebuild requested } if let Some(assets) = assets { for art in assets { log::debug!("Packaging assets {:?} {}", art.kind, product.presentable_name()); prepare_assets(config, art, product.layout.build(), true, product.layout.root())?; } } // manifest:
The text was updated successfully, but these errors were encountered:
boozook
No branches or pull requests
clean entire product.layout.build() if force rebuild requested
playdate/cargo/src/package/mod.rs
Line 155 in a69b41a
Source of this issue
The text was updated successfully, but these errors were encountered: