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
Libraries can't preload assets directly, but they could export an asset that could be preloaded by the final binary
Implement Suggestion
mod library {constASSET:&Asset = manganis::mg!("image.png");}// You could preload the asset defined in the library in the final binaryconstASSET:&Asset = manganis::mg!(ASSET.preload());
The text was updated successfully, but these errors were encountered:
Specific Demand
Libraries can't preload assets directly, but they could export an asset that could be preloaded by the final binary
Implement Suggestion
The text was updated successfully, but these errors were encountered: