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 just having vello_svg in your dependency graph means you are pulling in all of png, jpeg, gif, and webp from via the image crate. These should be feature flagged so that consumers of vello_svg who do not wish to support all of these image formats can remove these crates from their dependency trees.
The text was updated successfully, but these errors were encountered:
## Notes
- Fixes#47
- Allows support for raster images to be completely disabled as well as
flagging individual formats (allows the `image` dependency to be
disabled entirely as `image` is surprisingly large even with no formats
enabled)
---------
Signed-off-by: Nico Burns <[email protected]>
Currently just having
vello_svg
in your dependency graph means you are pulling in all ofpng
,jpeg
,gif
, andwebp
from via theimage
crate. These should be feature flagged so that consumers ofvello_svg
who do not wish to support all of these image formats can remove these crates from their dependency trees.The text was updated successfully, but these errors were encountered: