Showcase canvas image support in solar_system example

This commit is contained in:
Héctor Ramón Jiménez 2024-08-04 03:29:06 +02:00
parent 0ceee1cf3a
commit 4f5de3bbe9
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 40 additions and 22 deletions

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug", "canvas", "tokio"]
iced.features = ["debug", "canvas", "image", "tokio"]
rand = "0.8.3"
tracing-subscriber = "0.3"