You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on this note #1 (comment) in the review done in PR #1.
Pull each asset type out into a config, so adding or removing assets doesn't require a recompilation. Consider using the config crate: https://docs.rs/config/0.11.0/config/.
Based on this note #1 (comment) in the review done in PR #1.
Pull each asset type out into a config, so adding or removing assets doesn't require a recompilation. Consider using the
configcrate: https://docs.rs/config/0.11.0/config/.