Use iced_renderer instead of iced_graphics in root crate

This commit is contained in:
Héctor Ramón Jiménez 2023-02-28 20:47:13 +01:00
parent fd06de5d9c
commit 3f6e28fa9b
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
6 changed files with 13 additions and 6 deletions

View file

@ -6,6 +6,8 @@ edition = "2021"
[features]
image = ["iced_wgpu/image", "iced_tiny_skia/image"]
svg = ["iced_wgpu/svg", "iced_tiny_skia/svg"]
canvas = ["iced_graphics/canvas"]
qr_code = ["iced_graphics/qr_code"]
tracing = ["iced_wgpu/tracing"]
[dependencies]