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
Currently, docs.rs doesn't show Image functions which are behind a "embedded_images" feature flag. Here is docs.rs's docs on how to enable it: https://docs.rs/about/metadata. I think adding this to Cargo.toml should work:
[package.metadata.docs.rs]
features = ["embedded_images"]
The text was updated successfully, but these errors were encountered:
The images feature will be removed in 0.8, it will always be on but not have any image formats enabled by default (so users have to enable png / jpeg / ... separately).
Currently, docs.rs doesn't show Image functions which are behind a "embedded_images" feature flag. Here is docs.rs's docs on how to enable it: https://docs.rs/about/metadata. I think adding this to Cargo.toml should work:
The text was updated successfully, but these errors were encountered: